summaryrefslogtreecommitdiff
path: root/src/nohup.sh
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-09-02 15:52:45 +0000
committerJim Meyering <jim@meyering.net>1996-09-02 15:52:45 +0000
commite9d17da073b02fd80d42dd0dd7936a947a8e8aef (patch)
tree0d63af5cfd0cf3820b985c4f5783747f93dc0209 /src/nohup.sh
parent82e99127d290b9fa4e5c7f8ce8268c86aa366ed7 (diff)
downloadcoreutils-e9d17da073b02fd80d42dd0dd7936a947a8e8aef.tar.xz
(usage): Tell where to report bugs.
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"