[Treepkg-commits] r245 - trunk/bin

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Dec 9 18:47:15 CET 2009


Author: bh
Date: 2009-12-09 18:47:15 +0100 (Wed, 09 Dec 2009)
New Revision: 245

Modified:
   trunk/bin/publishstaticweb.py
Log:
Improve help string for --config-file option of publishstaticweb.


Modified: trunk/bin/publishstaticweb.py
===================================================================
--- trunk/bin/publishstaticweb.py	2009-12-09 17:42:44 UTC (rev 244)
+++ trunk/bin/publishstaticweb.py	2009-12-09 17:47:15 UTC (rev 245)
@@ -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):



More information about the Treepkg-commits mailing list