[Python-modules-commits] [txwinrm] 04/09: Wecutil Argument Bug
Christopher Stuart Hoskin
mans0954 at moszumanska.debian.org
Mon Jun 26 01:47:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
mans0954 pushed a commit to branch master
in repository txwinrm.
commit 6fd99141ba98be37f3643bf8055126b409cdf7c3
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date: Sat Jul 30 09:47:09 2016 +0100
Wecutil Argument Bug
Bug: https://github.com/zenoss/txwinrm/issues/82
Forwarded: https://github.com/zenoss/txwinrm/pull/109
Last-Update: 2017-02-25
---
txwinrm/wecutil.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/txwinrm/wecutil.py b/txwinrm/wecutil.py
index e456e14..557bd53 100644
--- a/txwinrm/wecutil.py
+++ b/txwinrm/wecutil.py
@@ -90,8 +90,8 @@ class WecutilStrategy(object):
class WecUtility(app.ConfigDrivenUtility):
def add_args(self, parser):
- parser.add_argument("--path", "-p", default='Application')
- parser.add_argument("--select", "-s", default='*')
+ parser.add_argument("--path", "-t", default='Application')
+ parser.add_argument("--select", "-l", default='*')
parser.add_argument("--num-pulls", "-n", type=int, default=2)
def check_args(self, args):
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/txwinrm.git
More information about the Python-modules-commits
mailing list