Fix description of TIMEOUT command -- seconds are not optional.

This commit is contained in:
Alex Roitman 2019-04-26 12:46:15 -07:00
parent f061956d65
commit 51b0de5670
2 changed files with 0 additions and 2 deletions

View File

@ -1334,7 +1334,6 @@
"arguments": [
{
"name": "seconds",
"optional": true,
"type": "double"
}
],

View File

@ -1500,7 +1500,6 @@ var commandsJSON = `{
"arguments": [
{
"name": "seconds",
"optional": true,
"type": "double"
}
],