mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
remove a newline which caused whitespace problem in generated nsedoc
This commit is contained in:
parent
f75c3678a0
commit
be30624e7c
1 changed files with 2 additions and 3 deletions
|
|
@ -1,6 +1,5 @@
|
|||
description = [[
|
||||
Retrieves cluster and store information from the Voldemort distributed key-
|
||||
value store using the Voldemort Native Protocol.
|
||||
Retrieves cluster and store information from the Voldemort distributed key-value store using the Voldemort Native Protocol.
|
||||
]]
|
||||
|
||||
---
|
||||
|
|
@ -166,4 +165,4 @@ action = function(host, port)
|
|||
end
|
||||
table.insert(result, stores)
|
||||
return stdnse.format_output(true, result)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue