diff options
-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); |