summaryrefslogtreecommitdiff
path: root/src/printenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/printenv.c')
-rw-r--r--src/printenv.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/printenv.c b/src/printenv.c
index 6b248c325..1786f9f35 100644
--- a/src/printenv.c
+++ b/src/printenv.c
@@ -65,12 +65,10 @@ usage (status)
{
printf ("Usage: %s [OPTION]... [VARIABLE]...\n", program_name);
printf ("\
+If no environment VARIABLE specified, print them all.\n\
\n\
--help display this help and exit\n\
- --version output version information and exit\n\
-\n\
-If no VARIABLE, print them all.\n\
-");
+ --version output version information and exit\n");
}
exit (status);
}