Add comment to command options dict
This commit is contained in:
parent
8d9f6053d3
commit
25789b3f47
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue