diff options
author | Theodore Ts'o <tytso@mit.edu> | 2006-04-27 20:59:42 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2006-04-27 20:59:42 -0400 |
commit | 49c6b4e9472f53c252126f1c9a5a6e9629967d1f (patch) | |
tree | 174d4ba9462a56eb6780465954a5ed2bcccaf5ec /debugfs/ChangeLog | |
parent | 1f2da2c01108544b7ee7020bc6e3da1e58f29a3e (diff) | |
download | e2fsprogs-49c6b4e9472f53c252126f1c9a5a6e9629967d1f.tar.gz |
Add handling for invalid option characters in debugfs subcommands
Fix the debugfs commands htree_dump, dx_hash, and list_dir so they print a
print a usage message when an illegal option character is given.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'debugfs/ChangeLog')
-rw-r--r-- | debugfs/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debugfs/ChangeLog b/debugfs/ChangeLog index d71f6d86..a9fb8a4d 100644 --- a/debugfs/ChangeLog +++ b/debugfs/ChangeLog @@ -1,3 +1,10 @@ +2006-04-27 Theodore Ts'o <tytso@mit.edu> + + * htree.c (do_htree_dump, do_dx_hash), ls.c (do_list_dir): Add + missing default case in the getopt() while/switch loop so + that we print a usage() statement when the user specified + an illegal option. + 2006-03-18 Theodore Ts'o <tytso@mit.edu> * debugfs.c, htree.c, unused.c: Change printf statements to use |