aboutsummaryrefslogtreecommitdiffstats
path: root/xmllint.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-11-26 10:32:08 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-11-26 10:32:08 +0000
commitbd9b0e8eedacd57d26bbe655d76a6bc858ab95ec (patch)
tree369e77db83e63d21df876f6efc67dee8fdf7ec46 /xmllint.c
parent4855c8c3036957586befc8f8c118ac21634692f5 (diff)
downloadandroid_external_libxml2-bd9b0e8eedacd57d26bbe655d76a6bc858ab95ec.tar.gz
android_external_libxml2-bd9b0e8eedacd57d26bbe655d76a6bc858ab95ec.tar.bz2
android_external_libxml2-bd9b0e8eedacd57d26bbe655d76a6bc858ab95ec.zip
preparing 2.4.11 better --catalogs description Daniel
* configure.in include/libxml/xmlwin32version.h: preparing 2.4.11 * xmllint.c: better --catalogs description Daniel
Diffstat (limited to 'xmllint.c')
-rw-r--r--xmllint.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmllint.c b/xmllint.c
index 52553563..11d16dfc 100644
--- a/xmllint.c
+++ b/xmllint.c
@@ -853,8 +853,9 @@ static void usage(const char *name) {
printf("\t--testIO : test user I/O support\n");
printf("\t--encode encoding : output in the given encoding\n");
#ifdef LIBXML_CATALOG_ENABLED
- printf("\t--catalogs : use the catalogs from $SGML_CATALOG_FILES\n");
- printf("\t otherwise /etc/xml/catalog is activated by default\n");
+ printf("\t--catalogs : use SGML catalogs from $SGML_CATALOG_FILES\n");
+ printf("\t otherwise XML Catalogs starting from \n");
+ printf("\t file:///etc/xml/catalog are activated by default\n");
printf("\t--nocatalogs: deactivate all catalogs\n");
#endif
printf("\t--auto : generate a small doc on the fly\n");