1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-26 01:19:03 +00:00

Document some script args in NSEdoc

This commit is contained in:
dmiller
2015-11-22 13:58:21 +00:00
parent e83078fdcc
commit 8d418d4962
5 changed files with 27 additions and 1 deletions

View File

@@ -136,6 +136,8 @@ local libs = {
"xmpp",
}
-- This script-arg is documented in the unittest script to avoid cluttering
-- NSEdoc of all the libraries which include this one.
local am_testing = stdnse.get_script_args('unittest.run')
---Check whether tests are being run
--