diff options
author | 2014-01-22 10:28:28 -0500 | |
---|---|---|
committer | 2014-01-24 22:15:21 -0500 | |
commit | 737cfced7f537c73f2666a7389aa23603093150e (patch) | |
tree | 48a699b2f482bcba079cf80b75618f366187d5c7 /WebappConfig | |
parent | WebappConfig/db.py: Slightly alters prune_database() algorithm. (diff) | |
download | webapp-config-737cfced7f537c73f2666a7389aa23603093150e.tar.gz webapp-config-737cfced7f537c73f2666a7389aa23603093150e.tar.bz2 webapp-config-737cfced7f537c73f2666a7389aa23603093150e.zip |
WebappConfig/config.py: Fixes spacing issue in --help output.
Diffstat (limited to 'WebappConfig')
-rw-r--r-- | WebappConfig/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
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') + |