1
0
Fork 0
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:
Ricky Cook 2014-10-08 22:25:02 +11:00 committed by Matt Clay
parent 5e21c81ca4
commit 095400c45e

View file

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