aboutsummaryrefslogtreecommitdiff
path: root/miscutils
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-05-02 00:07:56 +0000
committerErik Andersen <andersen@codepoet.org>2000-05-02 00:07:56 +0000
commit5afc864422e8c572a13b3e48df47fd0e56cfbb74 (patch)
tree5a6ec9054284616133cdea4b62efdcbaddd061f9 /miscutils
parent3c1217cfad0fb72f458223ae73e1ce612f5e9efd (diff)
downloadbusybox-w32-5afc864422e8c572a13b3e48df47fd0e56cfbb74.tar.gz
busybox-w32-5afc864422e8c572a13b3e48df47fd0e56cfbb74.tar.bz2
busybox-w32-5afc864422e8c572a13b3e48df47fd0e56cfbb74.zip
More stuff
-Erik
Diffstat (limited to 'miscutils')
-rw-r--r--miscutils/dutmp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/miscutils/dutmp.c b/miscutils/dutmp.c
index 886d7880d..192871f1e 100644
--- a/miscutils/dutmp.c
+++ b/miscutils/dutmp.c
@@ -25,6 +25,7 @@
25#define utmp new_utmp 25#define utmp new_utmp
26#endif 26#endif
27 27
28
28static const char dutmp_usage[] = "dutmp [FILE]\n\n" 29static const char dutmp_usage[] = "dutmp [FILE]\n\n"
29 "Dump utmp file format (pipe delimited) from FILE\n" 30 "Dump utmp file format (pipe delimited) from FILE\n"
30 "or stdin to stdout. (i.e. 'dutmp /var/run/utmp')\n"; 31 "or stdin to stdout. (i.e. 'dutmp /var/run/utmp')\n";