Skip to content

Commit

Permalink
fiexes #39
Browse files Browse the repository at this point in the history
  • Loading branch information
Nandor Sivok committed Jul 6, 2015
1 parent 6b8a0fa commit ec02e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible-shell
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ class AnsibleShell(cmd.Cmd):
def helpdefault(self, module_name):
if module_name in self.modules:
in_path = utils.plugins.module_finder.find_plugin(module_name)
oc, a = ansible.utils.module_docs.get_docstring(in_path)
oc, a, _ = ansible.utils.module_docs.get_docstring(in_path)
print stringc(oc['short_description'], 'bright gray')
print 'Parameters:'
for opt in oc['options'].keys():
Expand Down

0 comments on commit ec02e05

Please sign in to comment.