summaryrefslogtreecommitdiff
path: root/src/nohup.sh
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-12-13 02:47:33 +0000
committerJim Meyering <jim@meyering.net>1996-12-13 02:47:33 +0000
commita7f5043de8e008d7beec5cd5190141962977a401 (patch)
treee2e2c4570df3d24795ca7f09091cd34945ca0103 /src/nohup.sh
parent5110583f3ed6827e555e0b1e483aee933b330998 (diff)
downloadcoreutils-a7f5043de8e008d7beec5cd5190141962977a401.tar.xz
(usage): Update bug-reporting address.
Diffstat (limited to 'src/nohup.sh')
-rwxr-xr-xsrc/nohup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nohup.sh b/src/nohup.sh
index 0cdf286dc..cb1d782fd 100755
--- a/src/nohup.sh
+++ b/src/nohup.sh
@@ -33,7 +33,7 @@ usage_help="Run COMMAND, ignoring hangup signals.
--help display this help and exit
--version output version information and exit
-Report bugs to bug-gnu-utils@gnu.ai.mit.edu"
+Report bugs to sh-utils-bugs@gnu.ai.mit.edu"
if [ $# -eq 0 ]; then
echo >&2 "$usage"