c297e32bbfda
Docs
| author | Steve Losh <steve@stevelosh.com> | 
|---|---|
| date | Thu, 22 Nov 2018 00:20:36 -0500 | 
| parents | 95aa057ce3a4 | 
| children | 2adae5be4089 | 
| branches/tags | (none) | 
| files | src/main.lisp | 
Changes
--- 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.