fixed error in command documentation

The COMMANDS keyword was incorrectly documentated as COMMAND.

Thanks to @juanpabloaj for discovering this. closes #117
This commit is contained in:
Josh Baker 2017-01-07 09:10:06 -07:00
parent b1c296043a
commit d3164f8bb9
2 changed files with 2 additions and 2 deletions

View File

@ -509,7 +509,7 @@
"optional": true
},
{
"command": "COMMAND",
"command": "COMMANDS",
"name": ["which"],
"type": ["string"],
"optional": true

View File

@ -671,7 +671,7 @@ var commandsJSON = `{
"optional": true
},
{
"command": "COMMAND",
"command": "COMMANDS",
"name": ["which"],
"type": ["string"],
"optional": true