diff options
Diffstat (limited to 'docs/transcript.rst')
-rw-r--r-- | docs/transcript.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/transcript.rst b/docs/transcript.rst index c7c31fd6..089ab704 100644 --- a/docs/transcript.rst +++ b/docs/transcript.rst @@ -34,9 +34,9 @@ This is by far the easiest way to generate a transcript. Automatically from a script file -------------------------------- -A transcript can also be automatically generated from a script file using ``load -t``:: +A transcript can also be automatically generated from a script file using ``run_script -t``:: - (Cmd) load scripts/script.txt -t transcript.txt + (Cmd) run_script scripts/script.txt -t transcript.txt 2 commands and their outputs saved to transcript file 'transcript.txt' (Cmd) |