docs: remove wrong timeout documentation for exec (#1936)
This commit is contained in:
parent
60d2b55dd8
commit
c81ccf042e
3 changed files with 4 additions and 34 deletions
|
@ -116,21 +116,6 @@ you can use the `--` delimiter to specify the start of positional arguments, and
|
|||
| default | `myprogram cleanup -- <FQDN> <record>` |
|
||||
| `RAW` | `myprogram cleanup -- <domain> <token> <key_auth>` |
|
||||
|
||||
### Timeout
|
||||
|
||||
The command have to display propagation timeout and polling interval into Stdout.
|
||||
|
||||
The values must be formatted as JSON, and times are in seconds.
|
||||
Example: `{"timeout": 30, "interval": 5}`
|
||||
|
||||
If an error occurs or if the command is not provided:
|
||||
the default display propagation timeout and polling interval are used.
|
||||
|
||||
| Mode | Command |
|
||||
|---------|----------------------------------------------------|
|
||||
| default | `myprogram timeout` |
|
||||
| `RAW` | `myprogram timeout` |
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue