diff options
| -rwxr-xr-x | cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ options_defined = [] # used to distinguish --options from SQL-style --comments def options(option_list): '''Used as a decorator and passed a list of optparse-style options, - alters a cmd2 methodo populate its ``opts`` argument from its + alters a cmd2 method to populate its ``opts`` argument from its raw text argument. Example: transform |
