From e4a293284f7b5bba0d1705a2512e3ebd5ce51832 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 5 Apr 2005 11:53:38 +0000 Subject: (usage): Mention that some shells provide a built-in function by the same name. --- src/nohup.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/nohup.c b/src/nohup.c index ea96aa9bd..9dd7c2e7c 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); -- cgit v1.2.3-54-g00ecf