diff --git a/scripts/voldemort-info.nse b/scripts/voldemort-info.nse index d4d474ee1..edfeddaa2 100644 --- a/scripts/voldemort-info.nse +++ b/scripts/voldemort-info.nse @@ -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 \ No newline at end of file +end