cwebber pushed a commit to branch compile-to-js-merge
in repository guile.

commit 6c5c5d068d986fe1458a49839945bfb3467c1593
Author: Ian Price <[email protected]>
AuthorDate: Mon Aug 28 13:50:41 2017 +0100

    Mention all arguments to guild jslink in --help
    
    * module/scripts/jslink.scm (show-help): Add missing switches.
---
 module/scripts/jslink.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/module/scripts/jslink.scm b/module/scripts/jslink.scm
index 968835d..f03c6e9 100644
--- a/module/scripts/jslink.scm
+++ b/module/scripts/jslink.scm
@@ -94,8 +94,10 @@ There is NO WARRANTY, to the extent permitted by law.~%"))
 Link Javascript FILE with all its dependencies
 
   -h, --help           print this help message
+  -v, --version        show version information
   -o, --output=OFILE   write output to OFILE
-  -o, --depends=DEP    add dependency on DEP
+  -d, --depends=DEP    add dependency on DEP
+      --no-boot        link without boot-9 & its dependencies
 
 Report bugs to <~A>.~%"
           %guile-bug-report-address))

Reply via email to