From c59776306c7e6e7aca2d1442a0cf1bc08c647944 Mon Sep 17 00:00:00 2001 From: Manish Katiyar Date: Wed, 1 Oct 2008 19:55:10 -0400 Subject: [PATCH] debugfs: Make the usage messsage of logdump consistent with man page Signed-off-by: Manish Katiyar Signed-off-by: "Theodore Ts'o" --- debugfs/logdump.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debugfs/logdump.c b/debugfs/logdump.c index fed9838..73680de 100644 --- a/debugfs/logdump.c +++ b/debugfs/logdump.c @@ -88,7 +88,7 @@ void do_logdump(int argc, char **argv) struct journal_source journal_source; struct ext2_super_block *es = NULL; - journal_source.where = 0; + journal_source.where = JOURNAL_IS_INTERNAL; journal_source.fd = 0; journal_source.file = 0; dump_all = 0; @@ -264,7 +264,7 @@ errout: return; print_usage: - fprintf(stderr, "%s: Usage: logdump [-ac] [-b] [-i]\n\t" + fprintf(stderr, "%s: Usage: logdump [-acs] [-b] [-i]\n\t" "[-f] [output_file]\n", argv[0]); } -- 1.8.3.1