guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 90/99: Mention all arguments to guild jslink in --help


From: Christopher Allan Webber
Subject: [Guile-commits] 90/99: Mention all arguments to guild jslink in --help
Date: Sun, 10 Oct 2021 21:51:13 -0400 (EDT)

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

commit 6c5c5d068d986fe1458a49839945bfb3467c1593
Author: Ian Price <ianprice90@googlemail.com>
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

[Prev in Thread] Current Thread [Next in Thread]