diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2002-06-19 07:09:44 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2002-06-19 07:09:44 +0000 |
| commit | 7e949b63e41b11422f5e7fa44afb10a1a8c4ea05 (patch) | |
| tree | 2cd0fa8022a761d48682e9099b0081eb459d14dc /usr.bin/env | |
| parent | 1419eacb867d42a567c1d299bae74a453dd47b98 (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 14ffc4bebdb3..50a31b39392d 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 ...] [command]\n"); + "usage: env [-] [-i] [name=value ...] [utility [argument ...]]\n"); exit(1); } |
