mirror of https://github.com/tidwall/tile38.git
Fix description of TIMEOUT command -- seconds are not optional.
This commit is contained in:
parent
f061956d65
commit
51b0de5670
|
@ -1334,7 +1334,6 @@
|
||||||
"arguments": [
|
"arguments": [
|
||||||
{
|
{
|
||||||
"name": "seconds",
|
"name": "seconds",
|
||||||
"optional": true,
|
|
||||||
"type": "double"
|
"type": "double"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
@ -1500,7 +1500,6 @@ var commandsJSON = `{
|
||||||
"arguments": [
|
"arguments": [
|
||||||
{
|
{
|
||||||
"name": "seconds",
|
"name": "seconds",
|
||||||
"optional": true,
|
|
||||||
"type": "double"
|
"type": "double"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue