mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-08-07 10:42:55 +03:00
tell in usage that parameter strings need to be quoted Daniel
* xsltproc/xsltproc.c: tell in usage that parameter strings need to be quoted Daniel
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
Tue Sep 11 14:48:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* xsltproc/xsltproc.c: tell in usage that parameter strings
|
||||||
|
need to be quoted
|
||||||
|
|
||||||
Tue Sep 11 13:42:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
|
Tue Sep 11 13:42:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* libxslt/Makefile.am libxslt/transform.c: trying to close
|
* libxslt/Makefile.am libxslt/transform.c: trying to close
|
||||||
|
@@ -363,6 +363,7 @@ static void usage(const char *name) {
|
|||||||
printf(" --docbook: the input document is SGML docbook\n");
|
printf(" --docbook: the input document is SGML docbook\n");
|
||||||
#endif
|
#endif
|
||||||
printf(" --param name value : pass a (parameter,value) pair\n");
|
printf(" --param name value : pass a (parameter,value) pair\n");
|
||||||
|
printf(" string values must be quoted like \"'string'\"\n");
|
||||||
printf(" --nonet refuse to fetch DTDs or entities over network\n");
|
printf(" --nonet refuse to fetch DTDs or entities over network\n");
|
||||||
printf(" --warnnet warn against fetching over the network\n");
|
printf(" --warnnet warn against fetching over the network\n");
|
||||||
#ifdef LIBXML_CATALOG_ENABLED
|
#ifdef LIBXML_CATALOG_ENABLED
|
||||||
|
Reference in New Issue
Block a user