diff options
| author | Catherine Devlin <catherine.devlin@gmail.com> | 2010-07-07 19:24:15 -0400 |
|---|---|---|
| committer | Catherine Devlin <catherine.devlin@gmail.com> | 2010-07-07 19:24:15 -0400 |
| commit | f15a3fa97f6447b19bd7a644eff8c153a51aa8f4 (patch) | |
| tree | c51fb671f857f435c38aea577c691dc53a483572 | |
| parent | ecbc63fda1dd06416c5293e0183806fda5e93008 (diff) | |
| download | cmd2-git-f15a3fa97f6447b19bd7a644eff8c153a51aa8f4.tar.gz | |
before jens bundle
| -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 |
