Merge pull request #447 from rshura/fix-timeout-desc

Fix description of TIMEOUT command -- seconds are not optional.
This commit is contained in:
Josh Baker 2019-04-26 12:47:46 -07:00 committed by GitHub
commit e8801fd45a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

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

View File

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