]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
printenv: say what it does when variables are specified
authorBenno Schulenberg <bensberg@justemail.net>
Mon, 4 Aug 2008 20:57:07 +0000 (22:57 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 11 Aug 2008 07:47:01 +0000 (09:47 +0200)
src/printenv.c

index b68fb219bd8a0934b200d9648b9a2d44616c2ca0..ecb6593dd7eaa7bc3226b53565e34fc3523169f3 100644 (file)
@@ -58,7 +58,8 @@ usage (int status)
       printf (_("\
 Usage: %s [VARIABLE]...\n\
   or:  %s OPTION\n\
-If no environment VARIABLE specified, print them all.\n\
+Print the values of the specified environment VARIABLE(s).\n\
+If no VARIABLE is specified, print name and value pairs for them all.\n\
 \n\
 "),
              program_name, program_name);