Mercurial > treepkg
changeset 325:85b5667f543e
Fix default value in help string for --status-template option.
author | Bernhard Herzog <bh@intevation.de> |
---|---|
date | Wed, 17 Mar 2010 11:23:40 +0000 |
parents | 77d0f8a4e838 |
children | 23be5ab5bc7c |
files | bin/createstaticweb.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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):