mirror of
https://github.com/TangentFoxy/argparse.git
synced 2026-03-14 12:46:50 -06:00
Minor change in an error message
This commit is contained in:
+1
-1
@@ -746,7 +746,7 @@ function Parser:parse(args)
|
||||
end
|
||||
|
||||
if parser._require_command and #commands > 0 then
|
||||
parser:error("command is required")
|
||||
parser:error("a command is required")
|
||||
end
|
||||
|
||||
for _, option in ipairs(options) do
|
||||
|
||||
Reference in New Issue
Block a user