diff options
-rw-r--r-- | doc/ref/scheme-scripts.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ref/scheme-scripts.texi b/doc/ref/scheme-scripts.texi index e30a9d738..f6bf8b9ff 100644 --- a/doc/ref/scheme-scripts.texi +++ b/doc/ref/scheme-scripts.texi @@ -218,6 +218,17 @@ That said, @code{--listen} is great for interactive debugging and development. @vnew{2.0} + +@item --autocompile +Compile source files automatically (default behavior). + +@vnew{2.0} + +@item --no-autocompile +Disable automatic source file compilation. + +@vnew{2.0} + @item -h@r{, }--help Display help on invoking Guile, and then exit. |