[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <ea11fea30809120139w352d97a7ha355e79658190ba1@mail.gmail.com>
Date: Fri, 12 Sep 2008 14:09:19 +0530
From: "Manish Katiyar" <mkatiyar@...il.com>
To: linux-ext4@...r.kernel.org, "Theodore Tso" <tytso@....edu>
Cc: mkatiyar@...il.com
Subject: [PATCH] debugfs : Fix usage of logdump command to make consistent with man page.
Below path adds the missing 's' option in the usage of logdump. Also
trivially replace "inode" with "filespec" to make consistent with man
page.
Signed-off-by: Manish Katiyar <mkatiyar@...il.com>
---
debugfs/logdump.c | 4 ++--
1 files 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<block>] [-i<inode>]\n\t"
+ fprintf(stderr, "%s: Usage: logdump [-acs] [-b<block>] [-i<filespec>]\n\t"
"[-f<journal_file>] [output_file]\n", argv[0]);
}
--
1.5.4.3
Thanks -
Manish
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists