]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Use @PACKAGE_BUGREPORT@, rather than hard-coding a deprecated address.
authorJim Meyering <jim@meyering.net>
Tue, 2 Jul 2002 08:44:52 +0000 (08:44 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 2 Jul 2002 08:44:52 +0000 (08:44 +0000)
src/groups.sh

index b5160d856db222daa7137f454a4836458bc3d6b9..d371c063e30a79d33073d82e8f3236c5f44e4657 100755 (executable)
@@ -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