diff options
Diffstat (limited to 'touch.c')
-rw-r--r-- | touch.c | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -31,9 +31,11 @@ | |||
31 | #include <errno.h> | 31 | #include <errno.h> |
32 | 32 | ||
33 | 33 | ||
34 | static const char touch_usage[] = "touch [-c] file [file ...]\n\n" | 34 | static const char touch_usage[] = "touch [-c] file [file ...]\n" |
35 | 35 | #ifndef BB_FEATURE_TRIVIAL_HELP | |
36 | "Update the last-modified date on the given file[s].\n"; | 36 | "\nUpdate the last-modified date on the given file[s].\n" |
37 | #endif | ||
38 | ; | ||
37 | 39 | ||
38 | 40 | ||
39 | 41 | ||