# HG changeset patch # User Bernhard Herzog # Date 1268825020 0 # Node ID 85b5667f543ea434544810703352130bc0b3252b # Parent 77d0f8a4e83896d8d56c6065c8a8987908e94fed Fix default value in help string for --status-template option. diff -r 77d0f8a4e838 -r 85b5667f543e bin/createstaticweb.py --- a/bin/createstaticweb.py Fri Mar 12 14:27:03 2010 +0000 +++ b/bin/createstaticweb.py Wed Mar 17 11:23:40 2010 +0000 @@ -22,7 +22,7 @@ help=("The template file to use for the status page." " Relative filenames are interpreted" " relative to the web subdirectory." - " Default is status-by-revision.html.")) + " Default is status-by-startdate.html.")) return parser.parse_args() def create_static_site(treepkg_config, status_template, destdir):