From bd423ca47c9dc0e0575fe8b17c1a4bf77b63e08b Mon Sep 17 00:00:00 2001 From: Timur Kelman Date: Sat, 21 Aug 2021 13:27:09 +0200 Subject: [PATCH] argparse.lua: `hasArgument` in a comment refers to `hasArg` everywhere else --- library/lua/argparse.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/lua/argparse.lua b/library/lua/argparse.lua index 9b4e79a69..70b9c528e 100644 --- a/library/lua/argparse.lua +++ b/library/lua/argparse.lua @@ -79,7 +79,7 @@ end -- shortOptionName and handler are required. If the option takes an argument, -- it will be passed to the handler function. -- longOptionAlias is optional. --- hasArgument defaults to false. +-- hasArg defaults to false. -- -- example usage: --