diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-06-15 00:55:19 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-06-15 00:55:19 -0400 |
commit | 8b7f234041a8842abcc740d20d2b45840a1d28a1 (patch) | |
tree | c06a5d29e43de1cf07c89688dc911ceac140a9d1 /docs/transcript.rst | |
parent | beb2b37e5488965f7b2e240ea7453234bcbd3cd1 (diff) | |
download | cmd2-git-8b7f234041a8842abcc740d20d2b45840a1d28a1.tar.gz |
Updated documentation
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) |