Mercurial > treepkg
changeset 319:dba1b6b825ec
Improve help string for --config-file option of publishstaticweb.
author | Bernhard Herzog <bh@intevation.de> |
---|---|
date | Wed, 09 Dec 2009 17:47:15 +0000 |
parents | f70cee73a7ec |
children | 0862a14df80b |
files | bin/publishstaticweb.py |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/bin/publishstaticweb.py Wed Dec 09 17:42:44 2009 +0000 +++ b/bin/publishstaticweb.py Wed Dec 09 17:47:15 2009 +0000 @@ -45,8 +45,7 @@ parser.set_defaults(config_file=os.path.join(treepkgcmd.topdir, "staticweb.cfg")) parser.add_option("--config-file", - help=("The tree packager config file." - " Default staticweb.cfg")) + help=("The configuration file. Default is staticweb.cfg")) return parser.parse_args() def publish_static_site(config_filename):