Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP
[oweals/busybox.git] / coreutils / sleep.c
index 9687b84460300917a26d743d0ce283d3992b81b5..13f07c02feab2990cb1b601109e756f9d9486e23 100644 (file)
 #include "internal.h"
 #include <stdio.h>
 
-const char sleep_usage[] = "sleep N\n\n" "Pause for N seconds.\n";
+const char sleep_usage[] = "sleep N\n" 
+#ifndef BB_FEATURE_TRIVIAL_HELP
+       "\nPause for N seconds.\n"
+#endif
+       ;
 
 extern int sleep_main(int argc, char **argv)
 {