From: Stefano Zacchiroli Date: Wed, 12 Mar 2003 17:24:31 +0000 (+0000) Subject: typo fixes in usage string X-Git-Tag: V_0_0_4_2~21 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=e2ee856cd1e7639d4946d838cbf5a93f39b6bdae;p=helm.git typo fixes in usage string --- diff --git a/helm/uwobo/src/ocaml/uwobo_common.ml b/helm/uwobo/src/ocaml/uwobo_common.ml index 1f7fb0328..7664c93b2 100644 --- a/helm/uwobo/src/ocaml/uwobo_common.ml +++ b/helm/uwobo/src/ocaml/uwobo_common.ml @@ -64,17 +64,17 @@ let usage_string = display this help message

- add?bind=key,uri[&bind=key,stylesheet[&...]]
+ add?bind=key,uri[&bind=key,uri[&...]]
load a new stylesheet, specified by uri, and bind it to key key

- remove?[?keys=key1,key2,...]
+ remove[?keys=key1,key2,...]
unload stylesheets specified by key1, key2, ... or all stylesheets if no key was given

- reload?[?keys=key1,key2,...]
+ reload[?keys=key1,key2,...]
reload stylesheets specified by key1, key2, ... or all stylesheets if no key was given

@@ -83,7 +83,7 @@ let usage_string = return a list of loaded stylesheets

- apply?xmluri=uri&keys=key1,key2,...[¶m.name=value[¶m.name=value[&...]]][¶m.key.name=value[¶m.key.name=value[&...]]][&name[=value][&prop.name[=value][&...]]]
+ apply?xmluri=uri&keys=key1,key2,...[¶m.name=value[¶m.name=value[&...]]][¶m.key.name=value[¶m.key.name=value[&...]]][&prop.name[=value][&prop.name[=value][&...]]]
apply a chain of stylesheets, specified by key1, key2, ..., to an input document, specified by uri.
Additional parameters can be set for each stylesheet application: global