Merge pull request #447 from rshura/fix-timeout-desc
Fix description of TIMEOUT command -- seconds are not optional.
This commit is contained in:
commit
e8801fd45a
@ -1304,7 +1304,6 @@
|
|||||||
"arguments": [
|
"arguments": [
|
||||||
{
|
{
|
||||||
"name": "seconds",
|
"name": "seconds",
|
||||||
"optional": true,
|
|
||||||
"type": "double"
|
"type": "double"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -1470,7 +1470,6 @@ var commandsJSON = `{
|
|||||||
"arguments": [
|
"arguments": [
|
||||||
{
|
{
|
||||||
"name": "seconds",
|
"name": "seconds",
|
||||||
"optional": true,
|
|
||||||
"type": "double"
|
"type": "double"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user