Whamcloud - gitweb
chattr: add the -C option to the usage message
authorLiu Bo <liubo2009@cn.fujitsu.com>
Wed, 13 Jun 2012 19:43:23 +0000 (15:43 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 13 Jun 2012 20:07:03 +0000 (16:07 -0400)
Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/chattr.c

index 141ea6e..1b137fe 100644 (file)
@@ -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);
 }