diff options
author | Daraul Harris <thurst306@gmail.com> | 2020-09-25 15:29:44 +0800 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2020-09-25 15:29:44 +0800 |
commit | 3a54405179e4f8214282f9b5d7cc86df347f1e06 (patch) | |
tree | 005d0b154152f23ce90a8edbd3888644057498de /doc/ledger3.texi | |
parent | c79674649dee7577d6061e3d0776922257520fd0 (diff) | |
download | fork-ledger-3a54405179e4f8214282f9b5d7cc86df347f1e06.tar.gz fork-ledger-3a54405179e4f8214282f9b5d7cc86df347f1e06.tar.bz2 fork-ledger-3a54405179e4f8214282f9b5d7cc86df347f1e06.zip |
Document how to specify multiple debug flags
Document how to pass multiple debug flags to ledger using a regular
expression.
Fixes #1062
Diffstat (limited to 'doc/ledger3.texi')
-rw-r--r-- | doc/ledger3.texi | 5 |
1 files changed, 3 insertions, 2 deletions
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} |