summaryrefslogtreecommitdiff
path: root/usr.bin/env
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2002-06-28 09:23:39 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2002-06-28 09:23:39 +0000
commit6ec9d03768dd9a123e4e7e7492db9aee73fce1c6 (patch)
treebf7ce7d5ac6f14dd35f53e6c7135843b721126bc /usr.bin/env
parent579abfd8954b5993725d227aa50167546e333009 (diff)
Notes
Diffstat (limited to 'usr.bin/env')
-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 50a31b39392d..a9554577cb3f 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);
}