From f4cfe532dd111dc7fd48988610890fb7563f5236 Mon Sep 17 00:00:00 2001 From: Christina Holt Date: Thu, 25 Jan 2024 11:16:10 -0700 Subject: [PATCH] Fix alignment for debug flag. --- docs/sections/user_guide/cli/mode_config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sections/user_guide/cli/mode_config.rst b/docs/sections/user_guide/cli/mode_config.rst index 228ca72ef..122ce3142 100644 --- a/docs/sections/user_guide/cli/mode_config.rst +++ b/docs/sections/user_guide/cli/mode_config.rst @@ -171,7 +171,7 @@ The examples that follow use namelist files ``values1.nml`` and ``values2.nml``, Print report of values needed to render template --dry-run Only log info, making no changes - --debug + --debug Print all log messages, plus any unhandled exception's stack trace (implies --verbose) --quiet, -q Print no logging messages