1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-08-05 23:35:48 +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:
Daniel Veillard
2001-09-11 12:49:36 +00:00
parent e9f69e00c2
commit 0eddbb610f
2 changed files with 6 additions and 0 deletions

View File

@@ -363,6 +363,7 @@ static void usage(const char *name) {
printf(" --docbook: the input document is SGML docbook\n");
#endif
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(" --warnnet warn against fetching over the network\n");
#ifdef LIBXML_CATALOG_ENABLED