summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-06-14 22:32:00 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-06-14 22:32:00 -0400
commit6bf7c9fd297e494f9173dda9d5518836e41dfb01 (patch)
tree9077adee6a3a3543215ae6924636a9fa31eca1a2
parent71319602d9166f54db99f3f8c545cae673162fa6 (diff)
downloadcmd2-git-6bf7c9fd297e494f9173dda9d5518836e41dfb01.tar.gz
Minor clarification in CHANGES.md
-rw-r--r--CHANGES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 7a146b6b..48b6caeb 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -17,7 +17,7 @@ News
* Changed default value of USE_ARG_LIST to True - this affects the beavhior of all **@options** commands
* **WARNING**: This breaks backwards compatibility, to restore backwards compatibility, add this to the
**__init__()** method in your custom class derived from cmd2.Cmd:
- * set_use_arg_list(False)
+ * cmd2.set_use_arg_list(False)
* This change improves argument parsing for all new applications
* Refactored code to encapsulate most of the pyparsing logic into a ParserManager class