mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
remove unused option
This commit is contained in:
parent
fb531a8dfa
commit
34b72d02ea
1 changed files with 0 additions and 2 deletions
|
@ -40,8 +40,6 @@ def main(args):
|
|||
not remove newlines from command output")
|
||||
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")
|
||||
parser.add_option('--output-path', default='/tmp/ansible', dest="output_path",
|
||||
help="basepath to store results/errors output.")
|
||||
|
||||
options, args = parser.parse_args(args)
|
||||
|
||||
|
|
Loading…
Reference in a new issue