* [PATCH] mke2fs: fix -T/-t usage output
@ 2011-12-07 16:15 Mike Frysinger
2012-01-10 2:18 ` Ted Ts'o
0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2011-12-07 16:15 UTC (permalink / raw)
To: linux-ext4
There is a slight desync between the mke2fs(8) man page and the mke2fs
help output when it comes to the -t/-T options. Since the man page is
correct, update the mke2fs usage string to match.
Reported-by: Ben Kohler <bkohler@gmail.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
misc/mke2fs.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/misc/mke2fs.c b/misc/mke2fs.c
index 0ef2531..e97e44e 100644
--- a/misc/mke2fs.c
+++ b/misc/mke2fs.c
@@ -121,7 +121,8 @@ static void usage(void)
"\t[-g blocks-per-group] [-L volume-label] "
"[-M last-mounted-directory]\n\t[-O feature[,...]] "
"[-r fs-revision] [-E extended-option[,...]]\n"
- "\t[-T fs-type] [-U UUID] [-jnqvFKSV] device [blocks-count]\n"),
+ "\t[-t fs-type] [-T usage-type ] [-U UUID] "
+ "[-jnqvFKSV] device [blocks-count]\n"),
program_name);
exit(1);
}
--
1.7.6.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] mke2fs: fix -T/-t usage output
2011-12-07 16:15 [PATCH] mke2fs: fix -T/-t usage output Mike Frysinger
@ 2012-01-10 2:18 ` Ted Ts'o
0 siblings, 0 replies; 2+ messages in thread
From: Ted Ts'o @ 2012-01-10 2:18 UTC (permalink / raw)
To: Mike Frysinger; +Cc: linux-ext4
On Wed, Dec 07, 2011 at 11:15:33AM -0500, Mike Frysinger wrote:
> There is a slight desync between the mke2fs(8) man page and the mke2fs
> help output when it comes to the -t/-T options. Since the man page is
> correct, update the mke2fs usage string to match.
>
> Reported-by: Ben Kohler <bkohler@gmail.com>
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Thanks, applied.
- Ted
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-01-10 2:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-07 16:15 [PATCH] mke2fs: fix -T/-t usage output Mike Frysinger
2012-01-10 2:18 ` Ted Ts'o
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).