From 59b9e870243c56a9c5ec045a925e4e9b3f1f6c3c Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Wed, 10 May 2000 05:05:45 +0000 Subject: * cp -fa now works as expected for symlinks (it didn't before) * zcat works again (wasn't working since option parsing was broken) * more doc updates/more support for BB_FEATURE_SIMPLE_HELP -Erik --- miscutils/dutmp.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'miscutils') diff --git a/miscutils/dutmp.c b/miscutils/dutmp.c index 192871f..fab1a7b 100644 --- a/miscutils/dutmp.c +++ b/miscutils/dutmp.c @@ -26,9 +26,12 @@ #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"; +static const char dutmp_usage[] = "dutmp [FILE]\n" +#ifndef BB_FEATURE_TRIVIAL_HELP + "\nDump utmp file format (pipe delimited) from FILE\n" + "or stdin to stdout. (i.e. 'dutmp /var/run/utmp')\n" +#endif + ; extern int dutmp_main(int argc, char **argv) { -- cgit v1.1