X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/68a04af57e99fa518f1904d017e2bef54a64352d..5da92a31009eff4b765b5a5bfd5b85e61525e884:/tools/firmware-utils/src/mkcsysimg.c?ds=inline diff --git a/tools/firmware-utils/src/mkcsysimg.c b/tools/firmware-utils/src/mkcsysimg.c index 073e8be69..993ac07fe 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"