1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 10:49:13 +02:00

mkcsysimg typos

SVN-Revision: 6853
This commit is contained in:
Florian Fainelli 2007-04-03 19:55:10 +00:00
parent 3f4d0adbed
commit 46161bff7d

View File

@ -231,7 +231,7 @@ usage(int status)
); );
for (board = boards; board->model != NULL; board++){ for (board = boards; board->model != NULL; board++){
fprintf(stream, fprintf(stream,
" %-12s: %s\n", " %-12s: %s\n",
board->model, board->name); board->model, board->name);
}; };
fprintf(stream, fprintf(stream,
@ -242,9 +242,9 @@ usage(int status)
" -c <file>[:<len>[:<padc>]]\n" " -c <file>[:<len>[:<padc>]]\n"
" add configuration settings to the image\n" " add configuration settings to the image\n"
" -r <file>:[<addr>][:<len>[:<padc>]]\n" " -r <file>:[<addr>][:<len>[:<padc>]]\n"
" add runtime code to the image" " add runtime code to the image\n"
" -w [<file>:[<addr>][:<len>[:<padc>]]]\n" " -w [<file>:[<addr>][:<len>[:<padc>]]]\n"
" add webpages to the image" " add webpages to the image\n"
" -x <file>[:<len>[:<padc>]]\n" " -x <file>[:<len>[:<padc>]]\n"
" add extra data at the end of the image\n" " add extra data at the end of the image\n"
" -h show this screen\n" " -h show this screen\n"