From 0eddbb610f292e4c4f9dbe233ddfd155d6dbaac8 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 11 Sep 2001 12:49:36 +0000 Subject: [PATCH] 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 --- ChangeLog | 5 +++++ xsltproc/xsltproc.c | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 94c70bd7..a51c2d21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Sep 11 14:48:43 CEST 2001 Daniel Veillard + + * xsltproc/xsltproc.c: tell in usage that parameter strings + need to be quoted + Tue Sep 11 13:42:49 CEST 2001 Daniel Veillard * libxslt/Makefile.am libxslt/transform.c: trying to close diff --git a/xsltproc/xsltproc.c b/xsltproc/xsltproc.c index 6d4304c6..e7578350 100644 --- a/xsltproc/xsltproc.c +++ b/xsltproc/xsltproc.c @@ -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