summaryrefslogtreecommitdiffstats
path: root/usr.bin/env/env.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/env/env.c')
-rw-r--r--usr.bin/env/env.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/env/env.c b/usr.bin/env/env.c
index 50a31b3..a955457 100644
--- a/usr.bin/env/env.c
+++ b/usr.bin/env/env.c
@@ -92,6 +92,6 @@ static void
usage()
{
(void)fprintf(stderr,
- "usage: env [-] [-i] [name=value ...] [utility [argument ...]]\n");
+ "usage: env [-i] [name=value ...] [utility [argument ...]]\n");
exit(1);
}
OpenPOWER on IntegriCloud