diff options
Diffstat (limited to 'dutmp.c')
-rw-r--r-- | dutmp.c | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -19,10 +19,9 @@ | |||
19 | #define bb_need_io_error | 19 | #define bb_need_io_error |
20 | #include "messages.c" | 20 | #include "messages.c" |
21 | 21 | ||
22 | static const char dutmp_usage[] = "dutmp\n" | 22 | static const char dutmp_usage[] = "dutmp [FILE]\n\n" |
23 | "\n" | 23 | "Dump utmp file format (pipe delimited) from FILE\n" |
24 | "\tDump file or stdin utmp file format to stdout, pipe delimited.\n" | 24 | "or stdin to stdout. (i.e. 'dutmp /var/run/utmp')\n"; |
25 | "\tdutmp /var/run/utmp\n"; | ||
26 | 25 | ||
27 | extern int dutmp_main(int argc, char **argv) | 26 | extern int dutmp_main(int argc, char **argv) |
28 | { | 27 | { |