aboutsummaryrefslogtreecommitdiff
path: root/nanddump.c
diff options
context:
space:
mode:
authorBrian Norris <computersforpeace@gmail.com>2011-06-03 11:25:01 -0700
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2011-06-06 14:09:37 +0300
commit21fd84ba4d580b47e15e8e5e13e1e9cb47481e44 (patch)
treeb767efbb80ff969797534fa34808d010f85c648e /nanddump.c
parent5dfb5a6adc731120e0c0bde63e0b8ee1b3922888 (diff)
nanddump: sort options in help message alphabetically by shortname
Signed-off-by: Brian Norris <computersforpeace@gmail.com> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'nanddump.c')
-rw-r--r--nanddump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nanddump.c b/nanddump.c
index 78ea22e..c9d7e8b 100644
--- a/nanddump.c
+++ b/nanddump.c
@@ -48,6 +48,7 @@ static void display_help(void)
" --help Display this help and exit\n"
" --version Output version information and exit\n"
"-a --forcebinary Force printing of binary data to tty\n"
+"-b --omitbad Omit bad blocks from the dump\n"
"-c --canonicalprint Print canonical Hex+ASCII dump\n"
"-f file --file=file Dump to file\n"
"-k --skipbad Skip over bad blocks (see below)\n"
@@ -55,7 +56,6 @@ static void display_help(void)
"-n --noecc Read without error correction\n"
"-N --noskipbad Read without bad block skipping\n"
"-o --omitoob Omit oob data\n"
-"-b --omitbad Omit bad blocks from the dump\n"
"-p --prettyprint Print nice (hexdump)\n"
"-q --quiet Don't display progress and status messages\n"
"-s addr --startaddress=addr Start address\n"