summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"