summaryrefslogtreecommitdiff
path: root/doc/ref/scheme-scripts.texi
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2011-01-15 20:57:01 +0000
committerNeil Jerram <neil@ossau.uklinux.net>2011-01-15 20:57:01 +0000
commit91a60e5701677a9cf54846da730bdf8e342ddc74 (patch)
treed4f98ed9548ed8989aa1e8789f20377a93c25301 /doc/ref/scheme-scripts.texi
parent24d386ac5be69d01f4478bc7b911d3e4c0e8efcd (diff)
downloadguile-91a60e5701677a9cf54846da730bdf8e342ddc74.tar.gz
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.
Diffstat (limited to 'doc/ref/scheme-scripts.texi')
-rw-r--r--doc/ref/scheme-scripts.texi11
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.