summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-04-03 19:55:10 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-04-03 19:55:10 +0000
commit46161bff7d1f1cad49fd642a0001bd28d54df31a (patch)
tree904f21d85f95d4ac1292f404f3747068477a0eec /tools
parent3f4d0adbed80fcb8d04134a8e7407a4b3732854d (diff)
downloadmaster-31e0f0ae-46161bff7d1f1cad49fd642a0001bd28d54df31a.tar.gz
master-31e0f0ae-46161bff7d1f1cad49fd642a0001bd28d54df31a.tar.bz2
master-31e0f0ae-46161bff7d1f1cad49fd642a0001bd28d54df31a.zip
mkcsysimg typos
SVN-Revision: 6853
Diffstat (limited to 'tools')
-rw-r--r--tools/firmware-utils/src/mkcsysimg.c6
1 files changed, 3 insertions, 3 deletions
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 <file>[:<len>[:<padc>]]\n"
" add configuration settings to the image\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"
-" add webpages to the image"
+" add webpages to the image\n"
" -x <file>[:<len>[:<padc>]]\n"
" add extra data at the end of the image\n"
" -h show this screen\n"