From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9FE471387CA for ; Wed, 15 Oct 2014 13:27:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5297E09B3; Wed, 15 Oct 2014 13:27:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6FC25E09B3 for ; Wed, 15 Oct 2014 13:27:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 721D1340499 for ; Wed, 15 Oct 2014 13:27:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DD4A7EB6 for ; Wed, 15 Oct 2014 13:27:06 +0000 (UTC) From: "Devan Franchini" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Devan Franchini" Message-ID: <1413315139.4da9492e716c4650bd1eec3e67668bf6f10b4f05.twitch153@gentoo> Subject: [gentoo-commits] proj/webapp-config:experimental commit in: WebappConfig/ X-VCS-Repository: proj/webapp-config X-VCS-Files: WebappConfig/config.py X-VCS-Directories: WebappConfig/ X-VCS-Committer: twitch153 X-VCS-Committer-Name: Devan Franchini X-VCS-Revision: 4da9492e716c4650bd1eec3e67668bf6f10b4f05 X-VCS-Branch: experimental Date: Wed, 15 Oct 2014 13:27:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fd283e4c-87af-4608-986b-bb4afca2e07d X-Archives-Hash: a09add96f071574233f49ad231fc797c commit: 4da9492e716c4650bd1eec3e67668bf6f10b4f05 Author: Devan Franchini gentoo org> AuthorDate: Tue Oct 14 19:15:27 2014 +0000 Commit: Devan Franchini gentoo org> CommitDate: Tue Oct 14 19:32:19 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/webapp-config.git;a=commit;h=4da9492e 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