Syslogd will not go to background if "-n" is given. Better help
[oweals/busybox.git] / logname.c
index bde1752baa0e9a44bf216d2d840fe9baf1a116ad..7c6153f64e2aa7846664e829945530e403647e45 100644 (file)
--- a/logname.c
+++ b/logname.c
 #include "internal.h"
 #include <stdio.h>
 
-static const char logname_usage[] = "logname\n\n"
-
-       "Print the name of the current user.\n";
+static const char logname_usage[] = "logname\n"
+#ifndef BB_FEATURE_TRIVIAL_HELP
+       "\nPrint the name of the current user.\n"
+#endif
+       ;
 
 extern int logname_main(int argc, char **argv)
 {