[Python-modules-commits] [txwinrm] 04/05: Wecutil Argument Bug
Christopher Hoskin
christopher.hoskin at gmail.com
Sat Jul 30 09:18:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
grinorcole-guest pushed a commit to branch master
in repository txwinrm.
commit 8e64e39a304f431d8816c962b18b37ba0336164e
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date: Sat Jul 30 09:47:09 2016 +0100
Wecutil Argument Bug
---
txwinrm/wecutil.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/txwinrm/wecutil.py b/txwinrm/wecutil.py
index e456e14..d6a0e34 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", "-e", 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