aboutsummaryrefslogtreecommitdiffstats
path: root/xmllint.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-01-25 14:15:40 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-01-25 14:15:40 +0000
commita42f25f939a92818e689cbf15ec806c8363cd65f (patch)
tree2f4615b88332529686ca5c51748bb20e90c85fa4 /xmllint.c
parentbd227ae9dbdaf95cc594b57b5c5c82c9dc87227f (diff)
downloadandroid_external_libxml2-a42f25f939a92818e689cbf15ec806c8363cd65f.tar.gz
android_external_libxml2-a42f25f939a92818e689cbf15ec806c8363cd65f.tar.bz2
android_external_libxml2-a42f25f939a92818e689cbf15ec806c8363cd65f.zip
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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmllint.c b/xmllint.c
index 782d8cbc..01fbed0a 100644
--- a/xmllint.c
+++ b/xmllint.c
@@ -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) {