aboutsummaryrefslogtreecommitdiff
path: root/touch.c
diff options
context:
space:
mode:
Diffstat (limited to 'touch.c')
-rw-r--r--touch.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/touch.c b/touch.c
index f8972dcf6..207692826 100644
--- a/touch.c
+++ b/touch.c
@@ -31,9 +31,11 @@
31#include <errno.h> 31#include <errno.h>
32 32
33 33
34static const char touch_usage[] = "touch [-c] file [file ...]\n\n" 34static 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