summaryrefslogtreecommitdiff
path: root/ReadMe.c
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2012-07-09 17:00:45 +1000
committerNeilBrown <neilb@suse.de>2012-07-09 17:00:45 +1000
commitf7d3febcd600d67f81bfe299498b8a13741d2bd0 (patch)
tree3cbd02b927082345a103c497a4ebc976f4260fe4 /ReadMe.c
parent58380584427d18544754466432bbc9a54a7d7742 (diff)
Use explicit non-char opt for --zero-super
As we don't allow '-K' for '--zero-super' there is no point using it internally. Just define a 'KillOpt' like with other options. Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'ReadMe.c')
-rw-r--r--ReadMe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ReadMe.c b/ReadMe.c
index 1efc4470..fa71ec94 100644
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -86,7 +86,7 @@ struct option long_options[] = {
{"follow", 0, 0, 'F'},
{"grow", 0, 0, 'G'},
{"incremental",0,0, 'I'},
- {"zero-superblock", 0, 0, 'K'}, /* deliberately not a short_option */
+ {"zero-superblock", 0, 0, KillOpt}, /* deliberately not a short_option */
{"query", 0, 0, 'Q'},
{"examine-bitmap", 0, 0, 'X'},
{"auto-detect", 0, 0, AutoDetect},