miniblog

Miniblog: A command-line static blog system in Common Lisp
Log | Files | Refs | README | LICENSE

commit 204688ad40e01d0a98e80a7a44ec2cf2c91aac33
parent f7af44eb709bd37cbc12323ca43944ec3bc3d58c
Author: Decay <decaydjk@tilde.town>
Date:   Sat,  8 Feb 2020 21:16:01 +0000

Fixing up command line flag help

Diffstat:
Msrc/miniblog.lisp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/miniblog.lisp b/src/miniblog.lisp @@ -17,7 +17,7 @@ ((#\n) :type integer :optional t :documentation "When listing posts, max number of posts to list (default all)") (("regen-all" #\r) :type boolean :optional t - :documentation "When adding or editing, regenerate all pages instead of just those miniblog thinks have changed") + :documentation "When adding or editing, regenerate all pages instead of just those miniblog thinks have changed. Can also be invoked standalone to regenerate the HTML directly.") (("help" #\h) :type boolean :optional t :documentation "This help information"))) (defun main (args)