1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-03 13:19:04 +00:00

Adjust the example output for new format_output format

This commit is contained in:
fyodor
2009-11-22 08:34:15 +00:00
parent 48b37ff7d2
commit cccc1d5831

View File

@@ -314,12 +314,12 @@ end
-- <code>
-- Host script results:
-- | smb-enum-domains:
-- | | Apple pie
-- | | DOMAINS
-- | | | Domain 1
-- | | |_ Domain 2
-- | | NAMES (WARNING: Not all names could be determined!)
-- |_ |_ |_ Name 1
-- | Apple pie
-- | DOMAINS
-- | Domain 1
-- | Domain 2
-- | NAMES (WARNING: Not all names could be determined!)
-- |_ Name 1
-- </code>
--
--@param status A boolean value dictating whether or not the script succeeded.