summaryrefslogtreecommitdiff
path: root/misc/chattr.c
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2005-05-09 16:22:17 -0400
committerTheodore Ts'o <tytso@mit.edu>2005-05-09 16:22:17 -0400
commitf35fd3d5eeb3e35660ea87adbc170978c3cdf9e3 (patch)
treeb9f05bf12b2de70b57d5cde79defe575ef5f66f3 /misc/chattr.c
parent2a93a6332ed02e9bff2a66353091772aedafd10c (diff)
downloade2fsprogs-f35fd3d5eeb3e35660ea87adbc170978c3cdf9e3.tar.gz
Fix some minor typo's and grammar's strings, and remove debugging strings
from needing to be translated. Patch is from Benno Schulenberg.
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 bb968646..0b800ef1 100644
--- a/misc/chattr.c
+++ b/misc/chattr.c
@@ -84,7 +84,7 @@ static void fatal_error(const char * fmt_string, int errcode)
exit (errcode);
}
-#define usage() fatal_error(_("usage: %s [-RV] [-+=AacDdijsSu] [-v version] files...\n"), \
+#define usage() fatal_error(_("Usage: %s [-RV] [-+=AacDdijsSu] [-v version] files...\n"), \
1)
struct flags_char {