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:
parent
c7554f2746
commit
6c5c5d068d
1 changed files with 3 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue