summaryrefslogtreecommitdiff
path: root/commands/command.py
diff options
context:
space:
mode:
authorRicky Cook <rcook@odecee.com.au>2014-10-08 22:25:02 +1100
committerRicky Cook <rcook@odecee.com.au>2014-10-09 21:25:58 +1100
commit25789b3f474cb2a6c2d5692b49cde7e47d926180 (patch)
treedabcfc94d5754e4dea404f836afa2931c4263f31 /commands/command.py
parent8d9f6053d3c4f8c15bf2d1fdff79efe3f6637255 (diff)
downloadansible-modules-core-25789b3f474cb2a6c2d5692b49cde7e47d926180.tar.gz
Add comment to command options dict
Diffstat (limited to 'commands/command.py')
-rw-r--r--commands/command.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/command.py b/commands/command.py
index 90a94fd8..75927a5b 100644
--- a/commands/command.py
+++ b/commands/command.py
@@ -100,6 +100,7 @@ EXAMPLES = '''
creates: /path/to/database
'''
+# Dict of options and their defaults
OPTIONS = {'chdir': None,
'creates': None,
'executable': None,