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 3AEB5138247 for ; Wed, 22 Jan 2014 16:50:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50F57E0DCD; Wed, 22 Jan 2014 16:50:03 +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 9F098E0DE4 for ; Wed, 22 Jan 2014 16:50:02 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B0AD33F858 for ; Wed, 22 Jan 2014 15:32:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 4E7D1183B3 for ; Wed, 22 Jan 2014 15:32:09 +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: <1390404508.a37dd17b3b4760d2ef6eff35d8a47b348d5cfc7e.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: a37dd17b3b4760d2ef6eff35d8a47b348d5cfc7e X-VCS-Branch: experimental Date: Wed, 22 Jan 2014 15:32:09 +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: d565c9e1-e3f0-4d38-9f91-a392eb17b1ff X-Archives-Hash: 509f48c45946a4f83863fa9fd6f90647 commit: a37dd17b3b4760d2ef6eff35d8a47b348d5cfc7e Author: Devan Franchini gentoo org> AuthorDate: Wed Jan 22 15:28:28 2014 +0000 Commit: Devan Franchini gentoo org> CommitDate: Wed Jan 22 15:28:28 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/webapp-config.git;a=commit;h=a37dd17b WebappConfig/config.py: Fixes spacing issue in --help output. --- WebappConfig/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebappConfig/config.py b/WebappConfig/config.py index c0ea645..1f3fab1 100644 --- a/WebappConfig/config.py +++ b/WebappConfig/config.py @@ -389,7 +389,7 @@ class Config: group = OptionGroup(self.parser, 'APPLICATION VERSION', 'The name and version number of the web appli' - 'cation to install e.g. phpmyadmin 2.5.4. The' + 'cation to install e.g. phpmyadmin 2.5.4. The ' 'APPLICATION must have already been installed' ' into the ' + self.config.get('USER', 'my_approot') +