diff options
Diffstat (limited to 'dutmp.c')
-rw-r--r-- | dutmp.c | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -26,9 +26,12 @@ | |||
26 | #endif | 26 | #endif |
27 | 27 | ||
28 | 28 | ||
29 | static const char dutmp_usage[] = "dutmp [FILE]\n\n" | 29 | static const char dutmp_usage[] = "dutmp [FILE]\n" |
30 | "Dump utmp file format (pipe delimited) from FILE\n" | 30 | #ifndef BB_FEATURE_TRIVIAL_HELP |
31 | "or stdin to stdout. (i.e. 'dutmp /var/run/utmp')\n"; | 31 | "\nDump utmp file format (pipe delimited) from FILE\n" |
32 | "or stdin to stdout. (i.e. 'dutmp /var/run/utmp')\n" | ||
33 | #endif | ||
34 | ; | ||
32 | 35 | ||
33 | extern int dutmp_main(int argc, char **argv) | 36 | extern int dutmp_main(int argc, char **argv) |
34 | { | 37 | { |