Add comment to command options dict

pull/18777/head
Ricky Cook 10 years ago committed by Matt Clay
parent 5e21c81ca4
commit 095400c45e

@ -100,6 +100,7 @@ EXAMPLES = '''
creates: /path/to/database creates: /path/to/database
''' '''
# Dict of options and their defaults
OPTIONS = {'chdir': None, OPTIONS = {'chdir': None,
'creates': None, 'creates': None,
'executable': None, 'executable': None,

Loading…
Cancel
Save