diff options
Diffstat (limited to 'coreutils/chmod.c')
-rw-r--r-- | coreutils/chmod.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/chmod.c b/coreutils/chmod.c index 0bcd6bb66..5ee45b942 100644 --- a/coreutils/chmod.c +++ b/coreutils/chmod.c | |||
@@ -19,7 +19,6 @@ | |||
19 | //usage:#define chmod_full_usage "\n\n" | 19 | //usage:#define chmod_full_usage "\n\n" |
20 | //usage: "Each MODE is one or more of the letters ugoa, one of the\n" | 20 | //usage: "Each MODE is one or more of the letters ugoa, one of the\n" |
21 | //usage: "symbols +-= and one or more of the letters rwxst\n" | 21 | //usage: "symbols +-= and one or more of the letters rwxst\n" |
22 | //usage: "\nOptions:" | ||
23 | //usage: "\n -R Recurse" | 22 | //usage: "\n -R Recurse" |
24 | //usage: IF_DESKTOP( | 23 | //usage: IF_DESKTOP( |
25 | //usage: "\n -c List changed files" | 24 | //usage: "\n -c List changed files" |