]> git.ipfire.org Git - thirdparty/util-linux.git/commit
script: add option --log-timing
authorKarel Zak <kzak@redhat.com>
Fri, 12 Apr 2019 10:47:03 +0000 (12:47 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 8 Oct 2019 11:11:53 +0000 (13:11 +0200)
commitfc58044f795f49325213b28f27205cf149691b31
treef473a271d793a62f25ac01650838d78c49619553
parentddbdb79256ee7129701aa22cc0eb30b3c417cbb0
script: add option --log-timing

The current -t[=<file>] is pretty messy due to optional <file>
argument; and default is to output to stderr. The default output to
stderr is very unusual semantic. This path makes the old -t
deprecated.

The new option -T, --log-timing requires the file name.

Signed-off-by: Karel Zak <kzak@redhat.com>
term-utils/script.1
term-utils/script.c