aboutsummaryrefslogtreecommitdiff
path: root/dutmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'dutmp.c')
-rw-r--r--dutmp.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/dutmp.c b/dutmp.c
index 192871f1e..fab1a7b99 100644
--- a/dutmp.c
+++ b/dutmp.c
@@ -26,9 +26,12 @@
26#endif 26#endif
27 27
28 28
29static const char dutmp_usage[] = "dutmp [FILE]\n\n" 29static 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
33extern int dutmp_main(int argc, char **argv) 36extern int dutmp_main(int argc, char **argv)
34{ 37{