summaryrefslogtreecommitdiff
path: root/src/printenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/printenv.c')
-rw-r--r--src/printenv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/printenv.c b/src/printenv.c
index b68fb219b..ecb6593dd 100644
--- a/src/printenv.c
+++ b/src/printenv.c
@@ -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);