mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add comment to command options dict
This commit is contained in:
parent
5e21c81ca4
commit
095400c45e
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ EXAMPLES = '''
|
|||
creates: /path/to/database
|
||||
'''
|
||||
|
||||
# Dict of options and their defaults
|
||||
OPTIONS = {'chdir': None,
|
||||
'creates': None,
|
||||
'executable': None,
|
||||
|
|
Loading…
Reference in a new issue