From: Jim Meyering Date: Tue, 5 Apr 2005 11:53:38 +0000 (+0000) Subject: (usage): Mention that some shells provide a X-Git-Tag: CPPI-1_12~1105 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e4a293284f7b5bba0d1705a2512e3ebd5ce51832;p=thirdparty%2Fcoreutils.git (usage): Mention that some shells provide a built-in function by the same name. --- diff --git a/src/nohup.c b/src/nohup.c index ea96aa9bd3..9dd7c2e7c4 100644 --- a/src/nohup.c +++ b/src/nohup.c @@ -64,6 +64,7 @@ Run COMMAND, ignoring hangup signals.\n\ "), stdout); fputs (HELP_OPTION_DESCRIPTION, stdout); fputs (VERSION_OPTION_DESCRIPTION, stdout); + printf (USAGE_BUILTIN_WARNING, PROGRAM_NAME); printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT); } exit (status);