diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2004-01-22 21:26:41 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2004-01-22 21:26:41 +0000 |
| commit | 4294ff16a71fdc03ab7b1dc1df70caa25488d853 (patch) | |
| tree | 33fe303077eb17ce1d12583da9a7797d9f338936 /usr.bin/script/script.c | |
| parent | e292a0e3f1426e75dca5476fb138f368b489a3f0 (diff) | |
Notes
Diffstat (limited to 'usr.bin/script/script.c')
| -rw-r--r-- | usr.bin/script/script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/script/script.c b/usr.bin/script/script.c index 339439eafe9d..a00cdf20ef4f 100644 --- a/usr.bin/script/script.c +++ b/usr.bin/script/script.c @@ -210,7 +210,7 @@ static void usage(void) { (void)fprintf(stderr, - "usage: script [-a] [-q] [-k] [-t time] [file] [command]\n"); + "usage: script [-akq] [-t time] [file [command ...]]\n"); exit(1); } |
