tell in usage that parameter strings need to be quoted Daniel
authorDaniel Veillard <veillard@src.gnome.org>
Tue, 11 Sep 2001 12:49:36 +0000 (12:49 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Tue, 11 Sep 2001 12:49:36 +0000 (12:49 +0000)
* xsltproc/xsltproc.c: tell in usage that parameter strings
  need to be quoted
Daniel

ChangeLog
xsltproc/xsltproc.c

index 94c70bd..a51c2d2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * libxslt/Makefile.am libxslt/transform.c: trying to close
index 6d4304c..e757835 100644 (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