diff options
Diffstat (limited to 'dutmp.c')
-rw-r--r-- | dutmp.c | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -23,14 +23,6 @@ | |||
23 | #include "messages.c" | 23 | #include "messages.c" |
24 | #include <utmp.h> | 24 | #include <utmp.h> |
25 | 25 | ||
26 | |||
27 | static 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 | |||
34 | extern int dutmp_main(int argc, char **argv) | 26 | extern int dutmp_main(int argc, char **argv) |
35 | { | 27 | { |
36 | 28 | ||