wingo pushed a commit to branch master
in repository guile.
commit 96b299045fff0304b7ffc5304b85129cdd78f322
Author: Alex Kost <[email protected]>
Date: Sun Jun 14 19:09:34 2015 +0300
Fix typo in the man page.
* doc/guile.1: "--no-autocompile" -> "--no-auto-compile".
---
doc/guile.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guile.1 b/doc/guile.1
index 5d8b4e1..7b3d232 100644
--- a/doc/guile.1
+++ b/doc/guile.1
@@ -125,7 +125,7 @@ is being run interactively.
Compile source files automatically (default behavior).
.
.TP
-.B --no-autocompile
+.B --no-auto-compile
Disable automatic source file compilation.
.
.TP