diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-01-25 14:15:40 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-01-25 14:15:40 +0000 |
commit | a42f25f939a92818e689cbf15ec806c8363cd65f (patch) | |
tree | 2f4615b88332529686ca5c51748bb20e90c85fa4 /xmllint.c | |
parent | bd227ae9dbdaf95cc594b57b5c5c82c9dc87227f (diff) | |
download | libxml2-a42f25f939a92818e689cbf15ec806c8363cd65f.tar.gz |
added pointers to the web pages in the usage() Daniel
* xmllint.c: added pointers to the web pages in the usage()
Daniel
Diffstat (limited to 'xmllint.c')
-rw-r--r-- | xmllint.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -986,6 +986,8 @@ static void usage(const char *name) { printf("\t--loaddtd : fetch external DTD\n"); printf("\t--dtdattr : loaddtd + populate the tree with inherited attributes \n"); printf("\t--dropdtd : remove the DOCTYPE of the input docs\n"); + printf("\nLibxml project home page: http://xmlsoft.org/\n"); + printf("To report bugs or get some help check: http://xmlsoft.org/bugs.html\n"); } int main(int argc, char **argv) { |