1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-08-07 10:42:55 +03:00

added links to the Web site from usage() Daniel

* xsltproc/xsltproc.c: added links to the Web site from usage()
Daniel
This commit is contained in:
Daniel Veillard
2002-01-25 14:32:23 +00:00
parent 8ea3d619c2
commit 6aaad01f28
2 changed files with 6 additions and 0 deletions

View File

@@ -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