diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-11-26 10:32:08 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-11-26 10:32:08 +0000 |
commit | bd9b0e8eedacd57d26bbe655d76a6bc858ab95ec (patch) | |
tree | 369e77db83e63d21df876f6efc67dee8fdf7ec46 /xmllint.c | |
parent | 4855c8c3036957586befc8f8c118ac21634692f5 (diff) | |
download | libxml2-bd9b0e8eedacd57d26bbe655d76a6bc858ab95ec.tar.gz |
preparing 2.4.11 better --catalogs description DanielLIBXML_2_4_11
* 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.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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"); |