diff options
Diffstat (limited to 'coreutils/touch.c')
-rw-r--r-- | coreutils/touch.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/touch.c b/coreutils/touch.c index c51fb70ca..0f980fd7b 100644 --- a/coreutils/touch.c +++ b/coreutils/touch.c | |||
@@ -34,7 +34,6 @@ | |||
34 | //usage: "[-c]" IF_DESKTOP(" [-d DATE] [-r FILE]") " FILE [FILE]..." | 34 | //usage: "[-c]" IF_DESKTOP(" [-d DATE] [-r FILE]") " FILE [FILE]..." |
35 | //usage:#define touch_full_usage "\n\n" | 35 | //usage:#define touch_full_usage "\n\n" |
36 | //usage: "Update the last-modified date on the given FILE[s]\n" | 36 | //usage: "Update the last-modified date on the given FILE[s]\n" |
37 | //usage: "\nOptions:" | ||
38 | //usage: "\n -c Don't create files" | 37 | //usage: "\n -c Don't create files" |
39 | //usage: IF_DESKTOP( | 38 | //usage: IF_DESKTOP( |
40 | //usage: "\n -d DT Date/time to use" | 39 | //usage: "\n -d DT Date/time to use" |