diff options
author | NeilBrown <neilb@suse.de> | 2010-01-28 06:55:28 +0100 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2010-01-28 06:55:28 +0100 |
commit | 0c8675cbedee9263569a7f8fcbd2c82b23780145 (patch) | |
tree | ca4105666f44cad592e52695d05ea52fb6dc3e5a /ReadMe.c | |
parent | md.4: add section on scrubbing and mismatch counts. (diff) | |
download | mdadm-0c8675cbedee9263569a7f8fcbd2c82b23780145.tar.xz mdadm-0c8675cbedee9263569a7f8fcbd2c82b23780145.zip |
Correctly parse -N command line option.
'N' wasn't listed in the sort options, so you
had to use --name :-)
Resolved-Debian-Bug: 564004
Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'ReadMe.c')
-rw-r--r-- | ReadMe.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -86,11 +86,11 @@ char Version[] = Name " - v3.1.1 - 19th November 2009\n"; * At the time if writing, there is only minimal support. */ -char short_options[]="-ABCDEFGIQhVXWZvqbc:i:l:p:m:n:x:u:c:d:z:U:sarfRSow1tye:"; +char short_options[]="-ABCDEFGIQhVXWZvqbc:i:l:p:m:n:x:u:c:d:z:U:N:sarfRSow1tye:"; char short_bitmap_options[]= - "-ABCDEFGIQhVXWZvqb:c:i:l:p:m:n:x:u:c:d:z:U:sarfRSow1tye:"; + "-ABCDEFGIQhVXWZvqb:c:i:l:p:m:n:x:u:c:d:z:U:N:sarfRSow1tye:"; char short_bitmap_auto_options[]= - "-ABCDEFGIQhVXWZvqb:c:i:l:p:m:n:x:u:c:d:z:U:sa:rfRSow1tye:"; + "-ABCDEFGIQhVXWZvqb:c:i:l:p:m:n:x:u:c:d:z:U:N:sa:rfRSow1tye:"; struct option long_options[] = { {"manage", 0, 0, '@'}, |