# HG changeset patch # User Steve Kemp # Date 1209759675 -3600 # Node ID 0578dd7714d9a35c2cddeb97731edff4d5a2c04c # Parent af40dd6a8b7e717d50fbc4711083ff6d1d76f12c Allow "--blog-[sub]title" to be specified on the command line. diff -r af40dd6a8b7e -r 0578dd7714d9 bin/chronicle --- 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;