Add comment to command options dict

This commit is contained in:
Ricky Cook 2014-10-08 22:25:02 +11:00
parent 8d9f6053d3
commit 25789b3f47

View file

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