From: Liu Bo Date: Wed, 13 Jun 2012 19:43:23 +0000 (-0400) Subject: chattr: add the -C option to the usage message X-Git-Tag: v1.42.5~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd7042bf00819732c2f1d575ecd39fe9c58a62ae;p=thirdparty%2Fe2fsprogs.git chattr: add the -C option to the usage message Signed-off-by: Liu Bo Signed-off-by: Theodore Ts'o --- diff --git a/misc/chattr.c b/misc/chattr.c index 141ea6eba..1b137fe71 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); }