docs: remove wrong timeout documentation for exec (#1936)

This commit is contained in:
Ludovic Fernandez 2023-06-13 14:05:02 +02:00 committed by GitHub
parent 60d2b55dd8
commit c81ccf042e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 34 deletions

View file

@ -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` |