aboutsummaryrefslogtreecommitdiff
path: root/dutmp.c
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-04-13 18:49:43 +0000
committerErik Andersen <andersen@codepoet.org>2000-04-13 18:49:43 +0000
commit9cf3bfa7c1bf3ad959c61711c9a5ac1969149300 (patch)
tree61d03a8d473f2d253c80f5bb3acc13d488351250 /dutmp.c
parentb4f8606c05f8a256b515633e48df954ead1260ef (diff)
downloadbusybox-9cf3bfa7c1bf3ad959c61711c9a5ac1969149300.tar.gz
More doc updates for BusyBox, with fixes to apps for bugs revealed
while trying to write docs . :-) -Erik
Diffstat (limited to 'dutmp.c')
-rw-r--r--dutmp.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/dutmp.c b/dutmp.c
index cf0d466ef..1629067a1 100644
--- a/dutmp.c
+++ b/dutmp.c
@@ -19,10 +19,9 @@
#define bb_need_io_error
#include "messages.c"
-static const char dutmp_usage[] = "dutmp\n"
- "\n"
- "\tDump file or stdin utmp file format to stdout, pipe delimited.\n"
- "\tdutmp /var/run/utmp\n";
+static const char dutmp_usage[] = "dutmp [FILE]\n\n"
+ "Dump utmp file format (pipe delimited) from FILE\n"
+ "or stdin to stdout. (i.e. 'dutmp /var/run/utmp')\n";
extern int dutmp_main(int argc, char **argv)
{