summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevan Franchini <twitch153@gentoo.org>2014-10-14 15:15:27 -0400
committerDevan Franchini <twitch153@gentoo.org>2015-06-19 15:46:57 -0400
commitdd0b8ce636d7a533c8e2efcfbee905d2de4ff744 (patch)
tree12bb06b489c11e98dcd22ccea0bb7218740aff9b
parentconfig.py: Adds "query" to list of actions to get pn and pvr (diff)
downloadwebapp-config-dd0b8ce636d7a533c8e2efcfbee905d2de4ff744.tar.gz
webapp-config-dd0b8ce636d7a533c8e2efcfbee905d2de4ff744.tar.bz2
webapp-config-dd0b8ce636d7a533c8e2efcfbee905d2de4ff744.zip
config.py: Changes --query nargs to 2
-rw-r--r--WebappConfig/config.py2
1 files changed, 1 insertions, 1 deletions
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