summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-07-02 08:44:52 +0000
committerJim Meyering <jim@meyering.net>2002-07-02 08:44:52 +0000
commitc16552eee51d31a59f65a931349700d114ce73de (patch)
treef9e9602f540a6bbcc88cf4c78d73c7cf76b9848f
parente2003dea4be7178bf6c073426f61af23babbc80f (diff)
downloadcoreutils-c16552eee51d31a59f65a931349700d114ce73de.tar.xz
(usage): Use @PACKAGE_BUGREPORT@, rather than hard-coding a deprecated address.
-rwxr-xr-xsrc/groups.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/groups.sh b/src/groups.sh
index b5160d856..d371c063e 100755
--- a/src/groups.sh
+++ b/src/groups.sh
@@ -1,6 +1,6 @@
#!/bin/sh
# groups -- print the groups a user is in
-# Copyright (C) 1991, 1997, 2000 Free Software Foundation, Inc.
+# Copyright (C) 1991, 1997, 2000, 2002 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -29,7 +29,7 @@ usage="Usage: $0 [OPTION]... [USERNAME]...
Same as id -Gn. If no USERNAME, use current process.
-Report bugs to <sh-utils-bugs@gnu.org>."
+Report bugs to <@PACKAGE_BUGREPORT@>."
fail=0
case $# in