- xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
  cleanup patch for XPath
Daniel
diff --git a/testXPath.c b/testXPath.c
index 487987f..be862ca 100644
--- a/testXPath.c
+++ b/testXPath.c
@@ -183,6 +183,9 @@
 	printf("\tParse the XPath strings and output the result of the parsing\n");
 	printf("\t--debug : dump a debug version of the result\n");
 	printf("\t--valid : switch on DTD support in the parser\n");
+#if defined(LIBXML_XPTR_ENABLED)
+	printf("\t--xptr : expressions are XPointer expressions\n");
+#endif
 	printf("\t--expr : debug XPath expressions only\n");
 	printf("\t--input filename : or\n");
 	printf("\t-i filename      : read the document from filename\n");