From 5136ad0668bd57db02e40ac7811443cfe33799c4 Mon Sep 17 00:00:00 2001 From: ron Date: Sat, 29 Aug 2009 14:46:57 +0000 Subject: [PATCH] Fixed a NSEDoc comment on http-header.nse --- scripts/http-headers.nse | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/http-headers.nse b/scripts/http-headers.nse index 6181f9878..b4bb63014 100644 --- a/scripts/http-headers.nse +++ b/scripts/http-headers.nse @@ -14,8 +14,8 @@ Does a GET request for the root folder ("/"), and displays the HTTP headers retu -- | Connection: close -- |_ Content-Type: text/html;charset=ISO-8859-1 -- ---@arg path The path to request, such as '/index.php'. Default: '/'. ---@arg useget Set to force GET requests instead of HEAD. +--@args path The path to request, such as '/index.php'. Default: '/'. +--@args useget Set to force GET requests instead of HEAD. author = "Ron Bowes "