From: Mark Wooding Date: Sat, 15 May 2021 09:58:20 +0000 (+0100) Subject: dump-runlisp-image.1.in, runlisp.1.in: Document the `-o' option. X-Git-Url: https://git.distorted.org.uk/~mdw/runlisp/commitdiff_plain/497e5a4a960fa8bdbd868a16aecc574c53a932b8 dump-runlisp-image.1.in, runlisp.1.in: Document the `-o' option. Not sure how this got missed. --- diff --git a/dump-runlisp-image.1.in b/dump-runlisp-image.1.in index 2b29af8..8f2bcc8 100644 --- a/dump-runlisp-image.1.in +++ b/dump-runlisp-image.1.in @@ -230,6 +230,21 @@ or .BR "\-\-no-dry-run" . . .TP +.BI "\-o" "\fR, " "\-\-set-option=\fR[" sect "\fR]\fB:" var = value +Assign +.I value +to the variable +.I var +in configuration section +.IR sect , +or +.B @CONFIG +if no section is specified. +The value is unexpandable, +and overrides any similarly named setting +from the configuration file(s). +. +.TP .BR "\-q" ", " "\-\-quiet" Don't print warning messages. This option may be repeated: diff --git a/runlisp.1.in b/runlisp.1.in index ecdb658..f98a86f 100644 --- a/runlisp.1.in +++ b/runlisp.1.in @@ -231,6 +231,21 @@ or .BR "\-\-no-dry-run" . . .TP +.BI "\-o" "\fR, " "\-\-set-option=\fR[" sect :\fR] var = value +Assign +.I value +to the variable +.I var +in configuration section +.IR sect , +or +.B @CONFIG +if no section is specified. +The value is unexpandable, +and overrides any similarly named setting +from the configuration file(s). +. +.TP .BI "\-p" "\fR, " "\-\-print-expressin=" expr Evaluate the expression(s) .I expr