From: Florian Fainelli Date: Tue, 3 Apr 2007 19:55:10 +0000 (+0000) Subject: mkcsysimg typos X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=79f2817fa8c7aa223f656e33ba8206f2723ea5f3;p=15.05%2Fopenwrt.git mkcsysimg typos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6853 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/tools/firmware-utils/src/mkcsysimg.c b/tools/firmware-utils/src/mkcsysimg.c index 073e8be69f..993ac07fe6 100644 --- a/tools/firmware-utils/src/mkcsysimg.c +++ b/tools/firmware-utils/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"