From 34b72d02ea7ee6ef78cad89ff843e98189b2c608 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 28 Feb 2012 20:44:12 -0500 Subject: [PATCH] remove unused option --- bin/ans-command | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/ans-command b/bin/ans-command index 5f0e118596..736ec9c3c6 100755 --- a/bin/ans-command +++ b/bin/ans-command @@ -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)