changeset 235:0578dd7714d9

Allow "--blog-[sub]title" to be specified on the command line.
author Steve Kemp <steve@steve.org.uk>
date Fri, 02 May 2008 21:21:15 +0100
parents af40dd6a8b7e
children 9e72fad938ee
files bin/chronicle
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bin/chronicle	Fri May 02 21:10:25 2008 +0100
+++ b/bin/chronicle	Fri May 02 21:21:15 2008 +0100
@@ -552,6 +552,11 @@
         "pre-build=s",  \$CONFIG{ 'pre-build' },
         "post-build=s", \$CONFIG{ 'post-build' },
 
+               # title
+        "blog-title=s",    \$CONFIG{'blog_title'},
+        "blog-subtitle=s", \$CONFIG{'blog_subtitle'},
+
+
     );
 
     pod2usage(1) if $HELP;