diff --git a/scripts/http-headers.nse b/scripts/http-headers.nse index b189fea3d..5fe748c55 100644 --- a/scripts/http-headers.nse +++ b/scripts/http-headers.nse @@ -1,5 +1,5 @@ description = [[ -Performs a GET request for the root folder ("/") of a web server, and displays the HTTP headers returned. +Performs a GET request for the root folder ("/") of a web server and displays the HTTP headers returned. ]] ---