diff --git a/ChangeLog b/ChangeLog index 99c28dc9..e9ce0c60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Jan 25 15:31:23 CET 2002 Daniel Veillard + + * xsltproc/xsltproc.c: added links to the Web site from usage() + Wed Jan 23 23:13:37 CET 2002 Daniel Veillard * doc/API*.html doc/parsedecl.py doc/*.xsl parsedecl.py: generated diff --git a/xsltproc/xsltproc.c b/xsltproc/xsltproc.c index f2a67f41..4b68b216 100644 --- a/xsltproc/xsltproc.c +++ b/xsltproc/xsltproc.c @@ -341,6 +341,8 @@ static void usage(const char *name) { printf("\t--xinclude : do XInclude processing on document intput\n"); #endif printf("\t--profile or --norman : dump profiling informations \n"); + printf("\nProject libxslt home page: http://xmlsoft.org/XSLT/\n"); + printf("To report bugs and get help: http://xmlsoft.org/XSLT/bugs.html\n"); } int