argparse.lua: `hasArgument` in a comment refers to `hasArg` everywhere else

develop
Timur Kelman 2021-08-21 13:27:09 +02:00 committed by GitHub
parent c5509bb76f
commit bd423ca47c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

@ -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:
--