From db2a7826ab12da2519a7e3a9d14149421baab71d Mon Sep 17 00:00:00 2001 From: david Date: Tue, 6 Apr 2010 21:42:17 +0000 Subject: [PATCH] Fix NSEDoc comments in ms-sql-config and ms-sql-query. They need three dashes. --- scripts/ms-sql-config.nse | 4 ++-- scripts/ms-sql-query.nse | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/ms-sql-config.nse b/scripts/ms-sql-config.nse index 58490ba93..e5a35c700 100644 --- a/scripts/ms-sql-config.nse +++ b/scripts/ms-sql-config.nse @@ -15,7 +15,7 @@ require 'mssql' dependencies = {"ms-sql-brute", "ms-sql-empty-password"} --- +--- -- @args mssql.username specifies the username to use to connect to -- the server. This option overrides any accounts found by -- the mssql-brute and mssql-empty-password scripts. @@ -106,4 +106,4 @@ action = function( host, port ) return stdnse.format_output( true, result ) -end \ No newline at end of file +end diff --git a/scripts/ms-sql-query.nse b/scripts/ms-sql-query.nse index a366a4925..46b40d96f 100644 --- a/scripts/ms-sql-query.nse +++ b/scripts/ms-sql-query.nse @@ -12,7 +12,7 @@ require 'mssql' dependencies = {"ms-sql-brute", "ms-sql-empty-password"} --- +--- -- @args mssql-query.query specifies the query to run against the server. -- (default SELECT @@version version) -- @@ -93,4 +93,4 @@ action = function( host, port ) return result -end \ No newline at end of file +end