Commit 34b72d02 by Michael DeHaan

remove unused option

parent fb531a8d
...@@ -40,8 +40,6 @@ def main(args): ...@@ -40,8 +40,6 @@ def main(args):
not remove newlines from command output") not remove newlines from command output")
parser.add_option('-o', '--output-dir', dest='output_dest', default=None, parser.add_option('-o', '--output-dir', dest='output_dest', default=None,
help="output each host's results to a file in a dir named for the host") help="output each host's results to a file in a dir named for the host")
parser.add_option('--output-path', default='/tmp/ansible', dest="output_path",
help="basepath to store results/errors output.")
options, args = parser.parse_args(args) options, args = parser.parse_args(args)
......
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