summaryrefslogtreecommitdiff
path: root/src/nohup.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-04-05 11:53:38 +0000
committerJim Meyering <jim@meyering.net>2005-04-05 11:53:38 +0000
commite4a293284f7b5bba0d1705a2512e3ebd5ce51832 (patch)
treee39b278528cd2601ae8417a1d3df3c3394c7ecbc /src/nohup.c
parent6d619b4ab7d1da980d7bdc190875a03027add861 (diff)
downloadcoreutils-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.c1
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);