mirror of https://github.com/tidwall/tile38.git
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": [
|
||||
{
|
||||
"name": "seconds",
|
||||
"optional": true,
|
||||
"type": "double"
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1470,7 +1470,6 @@ var commandsJSON = `{
|
|||
"arguments": [
|
||||
{
|
||||
"name": "seconds",
|
||||
"optional": true,
|
||||
"type": "double"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue