aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--ChangeLog4
-rw-r--r--xmllint.c2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1bfeac91..78d9c320 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
+
+ * xmllint.c: added pointers to the web pages in the usage()
+
Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
* tree.c: more fixes from Petr Kozelka for attribute handling
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) {