# HG changeset patch # User Bernhard Herzog # Date 1260380835 0 # Node ID dba1b6b825eccfec4bcef5ac43df8ff85f3e78e2 # Parent f70cee73a7ec96817d2eb136df23861c8e4cb328 Improve help string for --config-file option of publishstaticweb. diff -r f70cee73a7ec -r dba1b6b825ec bin/publishstaticweb.py --- 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):