Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP
[oweals/busybox.git] / touch.c
diff --git a/touch.c b/touch.c
index f8972dcf6912ccdb42e07164716a92fef94b0e1e..2076928263da0a540f0a86133c984221726d9a06 100644 (file)
--- a/touch.c
+++ b/touch.c
 #include <errno.h>
 
 
-static const char touch_usage[] = "touch [-c] file [file ...]\n\n"
-
-       "Update the last-modified date on the given file[s].\n";
+static const char touch_usage[] = "touch [-c] file [file ...]\n"
+#ifndef BB_FEATURE_TRIVIAL_HELP
+       "\nUpdate the last-modified date on the given file[s].\n"
+#endif
+       ;