diff --git a/docs/scripting.xml b/docs/scripting.xml index 9f02faf9b..d87b1624c 100644 --- a/docs/scripting.xml +++ b/docs/scripting.xml @@ -2211,10 +2211,13 @@ categories = {"discovery", "external"} - Provides a usage example of a function or script. In + Provides a usage example of a function, script, or module. In the case of a function, the example is Lua code; for a - script it is an Nmap command line. - @usage may be given more than once. + script it is an Nmap command line; and for a module it is usually + a code sample. + @usage may be given more than once. If it is + omitted in a script, NSEDoc generates a default standardized + usage example.