From fd7042bf00819732c2f1d575ecd39fe9c58a62ae Mon Sep 17 00:00:00 2001 From: Liu Bo Date: Wed, 13 Jun 2012 15:43:23 -0400 Subject: [PATCH] chattr: add the -C option to the usage message Signed-off-by: Liu Bo Signed-off-by: Theodore Ts'o --- misc/chattr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/chattr.c b/misc/chattr.c index 141ea6e..1b137fe 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] [-+=AaCcDdeijsSu] [-v version] files...\n"), program_name); exit(1); } -- 1.8.3.1