From e9d17da073b02fd80d42dd0dd7936a947a8e8aef Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 2 Sep 1996 15:52:45 +0000 Subject: (usage): Tell where to report bugs. --- src/nohup.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/nohup.sh') 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" -- cgit v1.2.3-54-g00ecf