summaryrefslogtreecommitdiff
path: root/src/chmod.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-23 20:10:25 +0000
committerJim Meyering <jim@meyering.net>2001-11-23 20:10:25 +0000
commitb78de3e724522e63bc82ef2f2214d329e69ea545 (patch)
tree9a0759d9c581522e4a3bd10fc46277db4465f2f6 /src/chmod.c
parentfaf0e1a16ed1063dbe41fd03cfbcc591c5b9a3b0 (diff)
downloadcoreutils-b78de3e724522e63bc82ef2f2214d329e69ea545.tar.xz
Split usage strings so that --help and --version
descriptions are alone in their own string.
Diffstat (limited to 'src/chmod.c')
-rw-r--r--src/chmod.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/chmod.c b/src/chmod.c
index 371f4cccc..953bb7959 100644
--- a/src/chmod.c
+++ b/src/chmod.c
@@ -253,11 +253,13 @@ Change the mode of each FILE to MODE.\n\
-f, --silent, --quiet suppress most error messages\n\
-v, --verbose output a diagnostic for every file processed\n\
--reference=RFILE use RFILE's mode instead of MODE values\n\
+ -R, --recursive change files and directories recursively\n\
"), stdout);
fputs (_("\
- -R, --recursive change files and directories recursively\n\
--help display this help and exit\n\
--version output version information and exit\n\
+"), stdout);
+ fputs (_("\
\n\
Each MODE is one or more of the letters ugoa, one of the symbols +-= and\n\
one or more of the letters rwxXstugo.\n\