diff options
author | Jim Meyering <jim@meyering.net> | 2005-04-05 11:53:38 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-04-05 11:53:38 +0000 |
commit | e4a293284f7b5bba0d1705a2512e3ebd5ce51832 (patch) | |
tree | e39b278528cd2601ae8417a1d3df3c3394c7ecbc /src/nohup.c | |
parent | 6d619b4ab7d1da980d7bdc190875a03027add861 (diff) | |
download | coreutils-e4a293284f7b5bba0d1705a2512e3ebd5ce51832.tar.xz |
(usage): Mention that some shells provide a
built-in function by the same name.
Diffstat (limited to 'src/nohup.c')
-rw-r--r-- | src/nohup.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |