From a291022fbd9dbc749508917dfa10f40ad0323436 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 26 Feb 2020 11:17:28 -0500 Subject: Fixed some documentation. --- core/args.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/args.lua') diff --git a/core/args.lua b/core/args.lua index c9eb3116..0dbf0efb 100644 --- a/core/args.lua +++ b/core/args.lua @@ -24,7 +24,8 @@ local switches = {} -- @param short The string short version of the switch. -- @param long The string long version of the switch. -- @param narg The number of expected parameters for the switch. --- @param f The Lua function to run when the switch is tripped. +-- @param f The Lua function to run when the switch is tripped. It is passed +-- *narg* string arguments. -- @param description The string description of the switch for command line -- help. -- @name register -- cgit v1.2.3