diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2002-06-28 09:23:39 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2002-06-28 09:23:39 +0000 |
| commit | 6ec9d03768dd9a123e4e7e7492db9aee73fce1c6 (patch) | |
| tree | bf7ce7d5ac6f14dd35f53e6c7135843b721126bc /usr.bin/env | |
| parent | 579abfd8954b5993725d227aa50167546e333009 (diff) | |
Notes
Diffstat (limited to 'usr.bin/env')
| -rw-r--r-- | usr.bin/env/env.c | 2 |
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); } |
