Mercurial > treepkg
diff bin/publishstaticweb.py @ 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 | 1fcdffbeb9de |
children | 28df50b267f6 |
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):