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 9E5E913838B for ; Tue, 14 Oct 2014 17:14:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 993BFE07E2; Tue, 14 Oct 2014 17:14:38 +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 4D416E07E2 for ; Tue, 14 Oct 2014 17:14:38 +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 210C93403E9 for ; Tue, 14 Oct 2014 17:14:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D01157D74 for ; Tue, 14 Oct 2014 17:14:35 +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: <1413306872.0345016f5b5c44848a97637a4c6e6b9be28e6d7e.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: 0345016f5b5c44848a97637a4c6e6b9be28e6d7e X-VCS-Branch: experimental Date: Tue, 14 Oct 2014 17:14:35 +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: 71ddb6a1-3752-4e27-9ce2-b20a78538c96 X-Archives-Hash: a8a7b4b78831ea1bc927e771f42006e8 commit: 0345016f5b5c44848a97637a4c6e6b9be28e6d7e Author: Devan Franchini gentoo org> AuthorDate: Tue Oct 14 17:14:32 2014 +0000 Commit: Devan Franchini gentoo org> CommitDate: Tue Oct 14 17:14:32 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/webapp-config.git;a=commit;h=0345016f config.py: Fixes list-installs help message --- WebappConfig/config.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WebappConfig/config.py b/WebappConfig/config.py index 1b9ebde..7ea194f 100644 --- a/WebappConfig/config.py +++ b/WebappConfig/config.py @@ -585,10 +585,10 @@ class Config: action='store_true', help = 'List all current virtual installs for . Use * for the package name and/or ' - 'version number to list more thanone package / v' - 'ersion of a package. Remember to include the *' - ' in single quotes to stop your shell from expan' - 'ding it first!!') + 'version number to list more than one package / ' + 'version of a package. Remember to include the ' + '* in single quotes to stop your shell from expa' + 'nding it first!!') info_opts.add_argument('-ls', '--list-servers',