[Treepkg-commits] r251 - trunk/bin

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Mar 17 12:23:41 CET 2010


Author: bh
Date: 2010-03-17 12:23:40 +0100 (Wed, 17 Mar 2010)
New Revision: 251

Modified:
   trunk/bin/createstaticweb.py
Log:
Fix default value in help string for --status-template option.


Modified: trunk/bin/createstaticweb.py
===================================================================
--- trunk/bin/createstaticweb.py	2010-03-12 14:27:03 UTC (rev 250)
+++ trunk/bin/createstaticweb.py	2010-03-17 11:23:40 UTC (rev 251)
@@ -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):



More information about the Treepkg-commits mailing list