From: Florian Fainelli Date: Tue, 3 Apr 2007 19:55:10 +0000 (+0000) Subject: mkcsysimg typos X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=7a47e7598a5f0f783a8a41bf6328887408c1f762;p=project%2Ffirmware-utils.git mkcsysimg typos SVN-Revision: 6853 --- diff --git a/src/mkcsysimg.c b/src/mkcsysimg.c index 073e8be..993ac07 100644 --- a/src/mkcsysimg.c +++ b/src/mkcsysimg.c @@ -231,7 +231,7 @@ usage(int status) ); for (board = boards; board->model != NULL; board++){ fprintf(stream, -" %-12s: %s\n", +" %-12s: %s\n", board->model, board->name); }; fprintf(stream, @@ -242,9 +242,9 @@ usage(int status) " -c [:[:]]\n" " add configuration settings to the image\n" " -r :[][:[:]]\n" -" add runtime code to the image" +" add runtime code to the image\n" " -w [:[][:[:]]]\n" -" add webpages to the image" +" add webpages to the image\n" " -x [:[:]]\n" " add extra data at the end of the image\n" " -h show this screen\n"