summaryrefslogtreecommitdiff
path: root/src/nohup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/nohup.sh')
-rwxr-xr-xsrc/nohup.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/nohup.sh b/src/nohup.sh
index cb238b90b..e3ec6eac3 100755
--- a/src/nohup.sh
+++ b/src/nohup.sh
@@ -31,7 +31,9 @@ Try \`$0 --help' for more information."
usage_help="Run COMMAND, ignoring hangup signals.
--help display this help and exit
- --version output version information and exit"
+ --version output version information and exit
+
+Report bugs to bug-gnu-utils@gnu.ai.mit.edu"
if [ $# -eq 0 ]; then
echo >&2 "$usage"