From: Jim Meyering Date: Fri, 13 Dec 1996 02:47:33 +0000 (+0000) Subject: (usage): Update bug-reporting address. X-Git-Tag: SH-UTILS-1_14~4 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=a7f5043de8e008d7beec5cd5190141962977a401;p=thirdparty%2Fcoreutils.git (usage): Update bug-reporting address. --- diff --git a/src/groups.sh b/src/groups.sh index 3e63e9587d..3553bd8177 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 0cdf286dc9..cb1d782fd5 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"