aboutsummaryrefslogtreecommitdiff
path: root/dutmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'dutmp.c')
-rw-r--r--dutmp.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/dutmp.c b/dutmp.c
index c6bc0c794..047b8805f 100644
--- a/dutmp.c
+++ b/dutmp.c
@@ -23,14 +23,6 @@
23#include "messages.c" 23#include "messages.c"
24#include <utmp.h> 24#include <utmp.h>
25 25
26
27static const char dutmp_usage[] = "dutmp [FILE]\n"
28#ifndef BB_FEATURE_TRIVIAL_HELP
29 "\nDump utmp file format (pipe delimited) from FILE\n"
30 "or stdin to stdout. (i.e. 'dutmp /var/run/utmp')\n"
31#endif
32 ;
33
34extern int dutmp_main(int argc, char **argv) 26extern int dutmp_main(int argc, char **argv)
35{ 27{
36 28