From 26361a4642e0434898f08f0bbb6d5666cca81373 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 13 May 2009 00:41:55 +0000 Subject: [PATCH] Remove the claim that XML output is not supported from "ndiff -h". That was left over from when the output was being redesigned. --- ndiff/ndiff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ndiff/ndiff b/ndiff/ndiff index 232b00eac..ca3014243 100755 --- a/ndiff/ndiff +++ b/ndiff/ndiff @@ -979,7 +979,7 @@ service and OS detection. -h, --help display this help -v, --verbose also show hosts and ports that haven't changed. --text display output in text format (default) - --xml display output in XML format (not supported)\ + --xml display output in XML format\ """ % sys.argv[0] def usage_error(msg):