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.