1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-04 00:30:30 +02:00

Mention all arguments to guild jslink in --help

* module/scripts/jslink.scm (show-help): Add missing switches.
This commit is contained in:
Ian Price 2017-08-28 13:50:41 +01:00
parent c7554f2746
commit 6c5c5d068d

View file

@ -94,8 +94,10 @@ There is NO WARRANTY, to the extent permitted by law.~%"))
Link Javascript FILE with all its dependencies Link Javascript FILE with all its dependencies
-h, --help print this help message -h, --help print this help message
-v, --version show version information
-o, --output=OFILE write output to OFILE -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>.~%" Report bugs to <~A>.~%"
%guile-bug-report-address)) %guile-bug-report-address))