summaryrefslogtreecommitdiff
path: root/misc/chattr.c
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>1997-04-29 17:57:00 +0000
committerTheodore Ts'o <tytso@mit.edu>1997-04-29 17:57:00 +0000
commit2ecc6fefa176f3203598225eb9ae2f61c3ae9c10 (patch)
treeb91df3cbf475b07c384dfb8717b3f9fb2b826190 /misc/chattr.c
parent521e36857227b21e7ab47b0a97f788d2af9f9717 (diff)
downloade2fsprogs-2ecc6fefa176f3203598225eb9ae2f61c3ae9c10.tar.gz
Many files:
Checked in e2fsprogs 1.09
Diffstat (limited to 'misc/chattr.c')
-rw-r--r--misc/chattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/chattr.c b/misc/chattr.c
index 3bee82f3..60379a47 100644
--- a/misc/chattr.c
+++ b/misc/chattr.c
@@ -60,7 +60,7 @@ static void volatile fatal_error (const char * fmt_string, int errcode)
exit (errcode);
}
-#define usage() fatal_error ("usage: %s [-RV] [-+=acdisSu] [-v version] files...\n", \
+#define usage() fatal_error ("usage: %s [-RV] [-+=AacdisSu] [-v version] files...\n", \
1)
static int decode_arg (int * i, int argc, char ** argv)