aboutsummaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2013-10-21 21:36:07 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2013-10-21 21:36:07 +0100
commitec1d5a5be1c7cdaaa8dedc3ba76a5792127cef0f (patch)
tree623bf0fb706ee356d7fba48a6af9d6703fdf6ef8 /Source
parentd15220cba49d1fcc46fc913c1869285a4edf7e65 (diff)
downloadswig-ec1d5a5be1c7cdaaa8dedc3ba76a5792127cef0f.tar.gz
Correct guile help for -Linkage.
-linkage does not work (it clashes with the generic -l option).
Diffstat (limited to 'Source')
-rw-r--r--Source/Modules/guile.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Modules/guile.cxx b/Source/Modules/guile.cxx
index 2c48ba319..3a82d67d8 100644
--- a/Source/Modules/guile.cxx
+++ b/Source/Modules/guile.cxx
@@ -24,7 +24,7 @@ Guile Options (available with -guile)\n\
-exportprimitive - Add the (export ...) code from scmstub into the\n\
GOOPS file.\n\
-goopsprefix <prefix> - Prepend <prefix> to all goops identifiers\n\
- -linkage <lstyle> - Use linkage protocol <lstyle> (default `simple')\n\
+ -Linkage <lstyle> - Use linkage protocol <lstyle> (default `simple')\n\
Use `module' for native Guile module linking\n\
(requires Guile >= 1.5.0). Use `passive' for\n\
passive linking (no C-level module-handling code),\n\