]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - term-utils/script.1
script: add option --log-timing
[thirdparty/util-linux.git] / term-utils / script.1
index 3ae8909a66818df4d1f28b571dfac6027b47c305..439e47c8e2b5ab333448475f7cf0d0c3788c2acd 100644 (file)
@@ -91,6 +91,14 @@ or symbolic link.  The command will follow a symbolic link.
 Log output to the \fIfile\fR. The default is to log the file with name 'typescript'
 if the option is not given.
 .TP
+\fB\-T\fR, \fB\-\-log\-timing\fR \fIfile\fR
+Log timing information to the \fIfile\fR.
+.sp
+This log data contains two fields, separated by a space.  The first
+field indicates how much time elapsed since the previous output.  The second
+field indicates how many characters were output this time.  This information
+can be used to replay typescripts with realistic typing and output delays.
+.TP
 \fB\-o\fR, \fB\-\-output-limit\fR \fIsize\fR
 Limit the size of the typescript and timing files to
 .I size
@@ -106,10 +114,8 @@ Be quiet (do not write start and done messages to standard output).
 \fB\-t\fR[\fIfile\fR], \fB\-\-timing\fR[=\fIfile\fR]
 Output timing data to standard error, or to
 .I file
-when given.  This data contains two fields, separated by a space.  The first
-field indicates how much time elapsed since the previous output.  The second
-field indicates how many characters were output this time.  This information
-can be used to replay typescripts with realistic typing and output delays.
+when given.  This option is deprecated in favour of \fB\-\-log\-timing\fR where
+the \fIfile\fR argument is not optional.
 .TP
 \fB\-V\fR, \fB\-\-version\fR
 Display version information and exit.