Whamcloud - gitweb
Fix dumpe2fs parsing of explicit superblock/blocksize parameters
authorTheodore Ts'o <tytso@mit.edu>
Wed, 27 Feb 2008 00:05:33 +0000 (19:05 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 27 Feb 2008 00:05:33 +0000 (19:05 -0500)
commitdb197a81cc7841af1afeb499645fd2a5767fa146
tree26989a3bc4d50c23b16c80f7b8140d15998c9343
parentc149e226a0b2554e879c8b5b528fd801c46ffc25
Fix dumpe2fs parsing of explicit superblock/blocksize parameters

The dumpe2fs syntax documented in the man page has been broken for
some time due to getopt() changes.  Change the option syntax in
dumpe2fs to be one which is more extensible and consistent with the
format for extended options in mke2fs and tune2fs.

Addresses-Sourceforge-Bug: #1830994

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/dumpe2fs.8.in
misc/dumpe2fs.c