From d34bd831f172129530c45551290d7fdea98b5124 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nils=20m=C3=A5s=C3=A9n?= Date: Tue, 6 Sep 2022 13:30:28 +0200 Subject: [PATCH] apply docs lint suggestion --- docs/arguments.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/arguments.md b/docs/arguments.md index f80baed..58e7e7b 100644 --- a/docs/arguments.md +++ b/docs/arguments.md @@ -71,9 +71,9 @@ Environment Variable: WATCHTOWER_REMOVE_VOLUMES ## Debug Enable debug mode with verbose logging. -!!! note "Notes" +!!! note "Notes" Alias for `--log-level debug`. See [Maximum log level](#maximum-log-level). - Does *not* take an argument when used as an argument. Using `--debug true` will **not** work. + Does _not_ take an argument when used as an argument. Using `--debug true` will **not** work. ```text Argument: --debug, -d @@ -87,7 +87,7 @@ Enable trace mode with very verbose logging. Caution: exposes credentials! !!! note "Notes" Alias for `--log-level trace`. See [Maximum log level](#maximum-log-level). - Does *not* take an argument when used as an argument. Using `--trace true` will **not** work. + Does _not_ take an argument when used as an argument. Using `--trace true` will **not** work. ```text Argument: --trace