diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-01-25 14:32:23 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-01-25 14:32:23 +0000 |
commit | 6aaad01f28c9345f79028dcc87f880526040b795 (patch) | |
tree | 049062de73857cf9871609a57994cf9f4d37e832 /xsltproc | |
parent | 8ea3d619c20b058a549147d463f4a1c636b0d050 (diff) | |
download | libxslt-6aaad01f28c9345f79028dcc87f880526040b795.tar.gz libxslt-6aaad01f28c9345f79028dcc87f880526040b795.tar.bz2 libxslt-6aaad01f28c9345f79028dcc87f880526040b795.zip |
added links to the Web site from usage() Daniel
* xsltproc/xsltproc.c: added links to the Web site from usage()
Daniel
Diffstat (limited to 'xsltproc')
-rw-r--r-- | xsltproc/xsltproc.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 |