From 8c611a0a6aae7bf0dedf2ec11ab74c96a6189eb1 Mon Sep 17 00:00:00 2001 From: Bojan Bogojevic <20166636+Bojan023@users.noreply.github.com> Date: Mon, 13 Mar 2023 17:18:03 +0100 Subject: [PATCH] Fix forgotten ` for proper parsing --- docs/06-advanced-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/06-advanced-options.md b/docs/06-advanced-options.md index 05068b9..da44671 100644 --- a/docs/06-advanced-options.md +++ b/docs/06-advanced-options.md @@ -623,7 +623,7 @@ Extra parameters to add to the http message. I.e. `parameter1=value1¶meter2= ### send-http-level `--send-http-level (Enumeration)` The messages to send. -You can specify one of `Success`, `Warning`, `Error`, `Fatal`. You can supply multiple options with a comma separator, e.g. `Success,Warning`. The special value `All is a shorthand for `Success,Warning,Error,Fatal` and will cause all backup operations to send a message. +You can specify one of `Success`, `Warning`, `Error`, `Fatal`. You can supply multiple options with a comma separator, e.g. `Success,Warning`. The special value `All` is a shorthand for `Success,Warning,Error,Fatal` and will cause all backup operations to send a message. Values: `Unknown`, `Success`, `Warning`, `Error`, `Fatal`, `All` Default value: `all`