X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=logname.c;h=7c6153f64e2aa7846664e829945530e403647e45;hb=da10ec0eaaaaacbbd9dfb1b7ff84aab5a2de9e37;hp=bde1752baa0e9a44bf216d2d840fe9baf1a116ad;hpb=9b7d96458175a852f71700922ca2950577b95f27;p=oweals%2Fbusybox.git diff --git a/logname.c b/logname.c index bde1752ba..7c6153f64 100644 --- a/logname.c +++ b/logname.c @@ -23,9 +23,11 @@ #include "internal.h" #include -static const char logname_usage[] = "logname\n\n" - - "Print the name of the current user.\n"; +static const char logname_usage[] = "logname\n" +#ifndef BB_FEATURE_TRIVIAL_HELP + "\nPrint the name of the current user.\n" +#endif + ; extern int logname_main(int argc, char **argv) {