From 3a54405179e4f8214282f9b5d7cc86df347f1e06 Mon Sep 17 00:00:00 2001 From: Daraul Harris Date: Fri, 25 Sep 2020 15:29:44 +0800 Subject: Document how to specify multiple debug flags Document how to pass multiple debug flags to ledger using a regular expression. Fixes #1062 --- doc/ledger3.texi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 55dcf57e..20a80115 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -9905,8 +9905,9 @@ Ignore init files and environment variables for the ledger run. @item --debug @var{CODE} If Ledger has been built with debug options this will provide extra -data during the run. The following are the available @var{CODES} to -debug: +data during the run. Listed below are the available @var{CODES} to +debug. You can provide multiple using a regex expression like +"@code{(account.display|expr.calc)}". @multitable @columnfractions .32 .43 .27 @item @code{account.display} @tab @code{draft.xact} @tab @code{option.names} -- cgit v1.2.3