Commit cc2d3e0f by Michael DeHaan

Fix my error from not removing this parameter

parent 7553981c
......@@ -30,7 +30,7 @@ from ansible.scripts import base_ans_parser, error_print
def main(args):
parser = base_ans_parser(output_path=False)
parser = base_ans_parser()
parser.usage = "ans-command [options] command-to-run"
parser.add_option('-c', '--return-codes', dest='return_codes', action='store_true',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment