Remove the claim that XML output is not supported from "ndiff -h". That

was left over from when the output was being redesigned.
This commit is contained in:
david 2009-05-13 00:41:55 +00:00
parent e5d21d371e
commit 26361a4642

View file

@ -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):