summaryrefslogtreecommitdiff
path: root/src
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
parent5110583f3ed6827e555e0b1e483aee933b330998 (diff)
downloadcoreutils-a7f5043de8e008d7beec5cd5190141962977a401.tar.xz
(usage): Update bug-reporting address.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/groups.sh2
-rwxr-xr-xsrc/nohup.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/groups.sh b/src/groups.sh
index 3e63e9587..3553bd817 100755
--- a/src/groups.sh
+++ b/src/groups.sh
@@ -29,7 +29,7 @@ usage="Usage: $0 [OPTION]... [USERNAME]...
Same as id -Gn. If no USERNAME, use current process.
-Report bugs to bug-gnu-utils@gnu.ai.mit.edu"
+Report bugs to sh-utils-bugs@gnu.ai.mit.edu"
case $# in
1 )
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"