diff options
Diffstat (limited to 'plugin/cancel/README.md')
-rw-r--r-- | plugin/cancel/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/cancel/README.md b/plugin/cancel/README.md index 8561b1f6b..65224bf52 100644 --- a/plugin/cancel/README.md +++ b/plugin/cancel/README.md @@ -16,6 +16,8 @@ A plugin interested in the cancellation status should call `plugin.Done()` on th context was canceled due to a timeout the plugin should not write anything back to the client and return a value indicating CoreDNS should not either; a zero return value should suffice for that. +## Syntax + ~~~ txt cancel [TIMEOUT] ~~~ |