]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
scriptlive: (manpage) add --command option description
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Tue, 6 Jan 2026 02:35:17 +0000 (21:35 -0500)
committerKarel Zak <kzak@redhat.com>
Wed, 7 Jan 2026 09:42:22 +0000 (10:42 +0100)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
term-utils/scriptlive.1.adoc

index 10e29987563e0c0e59e410f35adfae1c857b7252..626a1f20bc12d831e4b0b96b7742d7dac42ae4e3 100644 (file)
@@ -32,6 +32,9 @@ The timing information is what *script*(1) outputs to the file specified by
 
 == OPTIONS
 
+*-c*, *--command* _command_::
+Execute _command_ instead of an interactive shell. The _command_ is passed as argument to the *-c* option of the execution shell. The used shell is either $SHELL, the shell defined in the user's passwd(5) database or *_PATH_BSHELL*, selected in respective order.
+
 *-I*, *--log-in* _file_::
 File containing *script*'s terminal input.