diff options
Diffstat (limited to 'coreutils/touch.c')
-rw-r--r-- | coreutils/touch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/touch.c b/coreutils/touch.c index a7907e2c8..d8a930f7d 100644 --- a/coreutils/touch.c +++ b/coreutils/touch.c | |||
@@ -35,7 +35,7 @@ | |||
35 | //usage: IF_FEATURE_TOUCH_SUSV3(" [-d DATE] [-t DATE] [-r FILE]") | 35 | //usage: IF_FEATURE_TOUCH_SUSV3(" [-d DATE] [-t DATE] [-r FILE]") |
36 | //usage: " FILE..." | 36 | //usage: " FILE..." |
37 | //usage:#define touch_full_usage "\n\n" | 37 | //usage:#define touch_full_usage "\n\n" |
38 | //usage: "Update the last-modified date on the given FILE[s]\n" | 38 | //usage: "Update mtime of FILE\n" |
39 | //usage: "\n -c Don't create files" | 39 | //usage: "\n -c Don't create files" |
40 | //usage: "\n -h Don't follow links" | 40 | //usage: "\n -h Don't follow links" |
41 | //usage: IF_FEATURE_TOUCH_SUSV3( | 41 | //usage: IF_FEATURE_TOUCH_SUSV3( |