diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-03-19 19:39:03 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-03-19 19:39:03 -0400 |
commit | 0cdc9119de361e76d665c9cab71085fe40677331 (patch) | |
tree | c0a02a1aa661f52d3086efe217108d3701c9662f /docs | |
parent | 92ab34edff5cdb4481233cbd49c80b91194570ce (diff) | |
download | cmd2-git-0cdc9119de361e76d665c9cab71085fe40677331.tar.gz |
Now consistently use -t flag for transcript generation for both history and load commands
Diffstat (limited to 'docs')
-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 91679641..c7c31fd6 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 -r``:: +A transcript can also be automatically generated from a script file using ``load -t``:: - (Cmd) load scripts/script.txt -r transcript.txt + (Cmd) load scripts/script.txt -t transcript.txt 2 commands and their outputs saved to transcript file 'transcript.txt' (Cmd) |