summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/script/script.14
-rw-r--r--usr.bin/script/script.c2
2 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/script/script.1 b/usr.bin/script/script.1
index 5e25d90..bf7f1d2 100644
--- a/usr.bin/script/script.1
+++ b/usr.bin/script/script.1
@@ -40,9 +40,7 @@
.Nd make typescript of terminal session
.Sh SYNOPSIS
.Nm
-.Op Fl a
-.Op Fl k
-.Op Fl q
+.Op Fl akq
.Op Fl t Ar time
.Op Ar file Op command ...
.Sh DESCRIPTION
diff --git a/usr.bin/script/script.c b/usr.bin/script/script.c
index 339439e..a00cdf2 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);
}
OpenPOWER on IntegriCloud