docs/config.md: the op log needs a builtin_op_log_* template

Signed-off-by: Tim Janik <timj@gnu.org>
This commit is contained in:
Tim Janik 2024-12-20 04:01:22 +01:00
parent 07e01c1ba6
commit e3c8dce06a

View file

@ -364,7 +364,7 @@ You can configure the template used when no `-T` is specified.
# Use builtin log template # Use builtin log template
log = "builtin_log_compact" log = "builtin_log_compact"
# Use builtin op log template # Use builtin op log template
op_log = "builtin_log_compact" op_log = "builtin_op_log_compact"
# Use builtin show template # Use builtin show template
show = "builtin_log_detailed" show = "builtin_log_detailed"
``` ```