From bfe4604c8a483b4cd5c921e24393e9c9f95c4457 Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Fri, 20 Dec 2024 04:01:22 +0100 Subject: [PATCH] docs/config.md: the op log needs a builtin_op_log_* template Signed-off-by: Tim Janik --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index 26b92ae7ee..a23665fdea 100644 --- a/docs/config.md +++ b/docs/config.md @@ -364,7 +364,7 @@ You can configure the template used when no `-T` is specified. # Use builtin log template log = "builtin_log_compact" # Use builtin op log template -op_log = "builtin_log_compact" +op_log = "builtin_op_log_compact" # Use builtin show template show = "builtin_log_detailed" ```