summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
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 /CHANGELOG.md
parent92ab34edff5cdb4481233cbd49c80b91194570ce (diff)
downloadcmd2-git-0cdc9119de361e76d665c9cab71085fe40677331.tar.gz
Now consistently use -t flag for transcript generation for both history and load commands
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 32cebfc5..44cc8513 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,7 +9,7 @@
* The `with_argparser` decorators now add the Statement object created when parsing the command line to the
`argparse.Namespace` object they pass to the `do_*` methods. It is stored in an attribute called `__statement__`.
This can be useful if a command function needs to know the command line for things like logging.
- * Added a `-r` option to the `load` command for automatically generating a transcript based on a script file
+ * Added a `-t` option to the `load` command for automatically generating a transcript based on a script file
* Potentially breaking changes
* The following commands now write to stderr instead of stdout when printing an error. This will make catching
errors easier in pyscript.