diff options
author | Erik Andersen | 2000-05-02 00:07:56 +0000 |
---|---|---|
committer | Erik Andersen | 2000-05-02 00:07:56 +0000 |
commit | 5afc864422e8c572a13b3e48df47fd0e56cfbb74 (patch) | |
tree | 5a6ec9054284616133cdea4b62efdcbaddd061f9 /miscutils | |
parent | 3c1217cfad0fb72f458223ae73e1ce612f5e9efd (diff) | |
download | busybox-5afc864422e8c572a13b3e48df47fd0e56cfbb74.zip busybox-5afc864422e8c572a13b3e48df47fd0e56cfbb74.tar.gz |
More stuff
-Erik
Diffstat (limited to 'miscutils')
-rw-r--r-- | miscutils/dutmp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/miscutils/dutmp.c b/miscutils/dutmp.c index 886d788..192871f 100644 --- a/miscutils/dutmp.c +++ b/miscutils/dutmp.c @@ -25,6 +25,7 @@ #define utmp new_utmp #endif + 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"; |