commit: dd0b8ce636d7a533c8e2efcfbee905d2de4ff744
Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 14 19:15:27 2014 +0000
Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Fri Jun 19 19:46:57 2015 +0000
URL: https://gitweb.gentoo.org/proj/webapp-config.git/commit/?id=dd0b8ce6
config.py: Changes --query nargs to 2
WebappConfig/config.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/WebappConfig/config.py b/WebappConfig/config.py
index 84840bb..acf7b7a 100644
--- a/WebappConfig/config.py
+++ b/WebappConfig/config.py
@@ -633,7 +633,7 @@ class Config:
'instructions when they were shown to you ;-)')
info_opts.add_argument('--query',
- action='store_true')
+ nargs=2)
#-----------------------------------------------------------------
# Other Options