diff options
author | Neil Brown <neilb@suse.de> | 2005-12-05 05:54:33 +0000 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2005-12-05 05:54:33 +0000 |
commit | c06487ce2061b7acfe6bc40bea7ad12393b0e4c6 (patch) | |
tree | a6aed423f10c74af40acd662ef09d060123904b7 /ChangeLog | |
parent | 8b0dabea0762e2cd786c1539845823ecd914657a (diff) | |
download | mdadm-c06487ce2061b7acfe6bc40bea7ad12393b0e4c6.tar.gz mdadm-c06487ce2061b7acfe6bc40bea7ad12393b0e4c6.tar.xz mdadm-c06487ce2061b7acfe6bc40bea7ad12393b0e4c6.zip |
Improve option parsing
stuff
====Do Not Remove====
Status: ok
Signed-off-by: Neil Brown <neilb@suse.de>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ Changes Prior to this release - Support little-endian (Rather than hostendian) bitmaps. - Return correct error code from 'mdadm -S' - Remove extra blank line from 'mdadm -Eb' output. + - Improve option parsing so that -a and -b do not have + optional arguements: the arg is either required or not + depending on context. - Allow scanning of devices listed in /proc/partitions even if they don't appear in /dev. |