diff options
author | Devan Franchini <twitch153@gentoo.org> | 2014-10-14 13:14:32 -0400 |
---|---|---|
committer | Devan Franchini <twitch153@gentoo.org> | 2015-06-19 15:46:29 -0400 |
commit | e10e12c34617f83fb458bee86fd0c28c4b9e7fd6 (patch) | |
tree | f120fd87e6bffe0f9d0af27923bce4ea9b270f85 | |
parent | version.py: Updates version to reflect being on git (diff) | |
download | webapp-config-e10e12c34617f83fb458bee86fd0c28c4b9e7fd6.tar.gz webapp-config-e10e12c34617f83fb458bee86fd0c28c4b9e7fd6.tar.bz2 webapp-config-e10e12c34617f83fb458bee86fd0c28c4b9e7fd6.zip |
config.py: Fixes list-installs help message
-rw-r--r-- | WebappConfig/config.py | 8 |
1 files 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', |