1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00

Document missing Guile command line options

Thanks to Mark Harig for pointing this out and suggesting the text.

* doc/ref/scheme-scripts.texi (Invoking Guile): Mention --autocompile
  and --no-autocompile.
This commit is contained in:
Neil Jerram 2011-01-15 20:57:01 +00:00
parent 24d386ac5b
commit 91a60e5701

View file

@ -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.