diff --git a/scripts/broadcast-novell-locate.nse b/scripts/broadcast-novell-locate.nse index 93ecd0179..ceab75e96 100644 --- a/scripts/broadcast-novell-locate.nse +++ b/scripts/broadcast-novell-locate.nse @@ -1,5 +1,5 @@ description = [[ -Attempts to use the Service Location Protocol to discover Novell NetWare Core Protocol (NCP) Servers +Attempts to use the Service Location Protocol to discover Novell NetWare Core Protocol (NCP) servers. ]] --- @@ -66,4 +66,4 @@ function action() table.insert(output, addrs) return stdnse.format_output(true, output) -end \ No newline at end of file +end