git: 6ac087cf8ff4 - main - script: Further usage string nits.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Oct 2022 20:04:17 UTC
The branch main has been updated by des:
URL: https://cgit.FreeBSD.org/src/commit/?id=6ac087cf8ff4de22dc0b1b7ce1248f0a1558ddc2
commit 6ac087cf8ff4de22dc0b1b7ce1248f0a1558ddc2
Author: Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2022-10-27 15:36:10 +0000
Commit: Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2022-10-27 19:49:18 +0000
script: Further usage string nits.
Sponsored by: Klara, Inc.
Differential Revision: https://reviews.freebsd.org/D37177
---
usr.bin/script/script.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/usr.bin/script/script.c b/usr.bin/script/script.c
index 22d64a1f2d16..bee250c072b9 100644
--- a/usr.bin/script/script.c
+++ b/usr.bin/script/script.c
@@ -366,9 +366,9 @@ static void
usage(void)
{
(void)fprintf(stderr,
- "usage: script [-adFfkpqr] [-t time] [file [command ...]]\n");
+ "usage: script [-aeFfkpqr] [-t time] [file [command ...]]\n");
(void)fprintf(stderr,
- " script -p [-deq] [file]\n");
+ " script -p [-deq] [-T fmt] [file]\n");
exit(1);
}