diff options
author | Pali Rohár <pali.rohar@gmail.com> | 2013-09-21 11:09:11 +0200 |
---|---|---|
committer | Pali Rohár <pali.rohar@gmail.com> | 2013-09-21 11:09:11 +0200 |
commit | 75abff061a1634d5650319d826c4bee23999404d (patch) | |
tree | 8041721ac62bfff219ba3becfcbcf476d34740cc /src/main.c | |
parent | 17dd99f36885543b6ca68824eaba59b824e66b57 (diff) | |
download | 0xFFFF-75abff061a1634d5650319d826c4bee23999404d.tar.bz2 |
main: Fix typo in help
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |