linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] E2fsprogs: add missing usage for No_COW
@ 2012-06-13  7:47 Liu Bo
  2012-06-13  8:38 ` Roman Mamedov
  2012-06-14  2:47 ` Ted Ts'o
  0 siblings, 2 replies; 3+ messages in thread
From: Liu Bo @ 2012-06-13  7:47 UTC (permalink / raw)
  To: linux-ext4; +Cc: linux-btrfs

Add the missing usage for No_COW since we've supported No_COW flag.

Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com>
---
 misc/chattr.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/misc/chattr.c b/misc/chattr.c
index 141ea6e..24254cc 100644
--- a/misc/chattr.c
+++ b/misc/chattr.c
@@ -83,7 +83,7 @@ static unsigned long sf;
 static void usage(void)
 {
 	fprintf(stderr,
-		_("Usage: %s [-RVf] [-+=AacDdeijsSu] [-v version] files...\n"),
+		_("Usage: %s [-RVf] [-+=AacDdeijsSuC] [-v version] files...\n"),
 		program_name);
 	exit(1);
 }
-- 
1.6.5.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-06-14  2:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-13  7:47 [PATCH] E2fsprogs: add missing usage for No_COW Liu Bo
2012-06-13  8:38 ` Roman Mamedov
2012-06-14  2:47 ` 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).