commit: 0345016f5b5c44848a97637a4c6e6b9be28e6d7e
Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 14 17:14:32 2014 +0000
Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> 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
<a'
'pplication>. 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',