# HG changeset patch # User Steve Losh # Date 1542864036 18000 # Node ID c297e32bbfda770022d92a7d5e8c07d6c802660f # Parent 95aa057ce3a4a7fa505ce30cb79167f559c735fd Docs diff -r 95aa057ce3a4 -r c297e32bbfda src/main.lisp --- a/src/main.lisp Thu Nov 22 00:14:20 2018 -0500 +++ b/src/main.lisp Thu Nov 22 00:20:36 2018 -0500 @@ -195,7 +195,7 @@ (format nil "--~A~A" long parameter-string))))))) (defun print-option-usage (stream option option-column doc-column doc-width) - "Print `option` to `stream`, indented/wrapped properly. + "Print `option`'s usage to `stream`, indented/wrapped properly. Assumes the last thing printed to `stream` was a newline.