summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2019-03-19 19:39:03 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2019-03-19 19:39:03 -0400
commit0cdc9119de361e76d665c9cab71085fe40677331 (patch)
treec0a02a1aa661f52d3086efe217108d3701c9662f /docs
parent92ab34edff5cdb4481233cbd49c80b91194570ce (diff)
downloadcmd2-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.rst4
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)