From cccc1d5831f79d729b57889219e959de6771c988 Mon Sep 17 00:00:00 2001 From: fyodor Date: Sun, 22 Nov 2009 08:34:15 +0000 Subject: [PATCH] Adjust the example output for new format_output format --- nselib/stdnse.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nselib/stdnse.lua b/nselib/stdnse.lua index 2f1f04ec7..530fd9fcb 100644 --- a/nselib/stdnse.lua +++ b/nselib/stdnse.lua @@ -314,12 +314,12 @@ end -- -- 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 -- -- --@param status A boolean value dictating whether or not the script succeeded.