summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2013-09-21 11:09:11 +0200
committerPali Rohár <pali.rohar@gmail.com>2013-09-21 11:09:11 +0200
commit75abff061a1634d5650319d826c4bee23999404d (patch)
tree8041721ac62bfff219ba3becfcbcf476d34740cc /src/main.c
parent17dd99f36885543b6ca68824eaba59b824e66b57 (diff)
download0xFFFF-75abff061a1634d5650319d826c4bee23999404d.tar.bz2
main: Fix typo in help
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index ee65ec2..0943aa8 100644
--- a/src/main.c
+++ b/src/main.c
@@ -51,7 +51,7 @@ static void show_usage(void) {
" -r reboot device\n"
" -l load kernel and initfs images to RAM\n"
" -f flash all specified images\n"
- " -c cold flash 2nd and secondary image\n"
+ " -c cold flash 2nd and secondary images\n"
" -x [/dev/mtd] check for bad blocks on mtd device (default: all)\n"
" -E file dump all device images to one fiasco image, see -t\n"
" -e [dir] dump all device images to directory, see -t (default: current)\n"