[Python-modules-commits] [txwinrm] 03/05: Wecutil Argument Bug
Christopher Stuart Hoskin
mans0954 at moszumanska.debian.org
Sat Feb 25 13:32:06 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 95628c8f92ff972d4af0b4031e9003beb493626c
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