diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2014-12-31 09:55:02 +0100 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2015-01-05 14:13:37 +0100 |
commit | bf4dc7c8f4518a1a31b788330ccae39dfa95d1a0 (patch) | |
tree | ec844677eaa0a53731cc2b3a66bc4a3a17d22985 /doc/ledger3.texi | |
parent | 642ca8d9d67a52e8e68cca08410b0044db21d2fe (diff) | |
download | fork-ledger-bf4dc7c8f4518a1a31b788330ccae39dfa95d1a0.tar.gz fork-ledger-bf4dc7c8f4518a1a31b788330ccae39dfa95d1a0.tar.bz2 fork-ledger-bf4dc7c8f4518a1a31b788330ccae39dfa95d1a0.zip |
[doc] Add whitespace to separate debug options
better from one another in the item list
[ci skip]
Diffstat (limited to 'doc/ledger3.texi')
-rw-r--r-- | doc/ledger3.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index cf5ee6af..fdeedef1 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -9287,6 +9287,7 @@ debug: @item @code{csv.mappings} @tab @code{op.memory} @tab @code{xact.extend.fail} @item @code{csv.parse} @tab @code{option.args} @tab @code{xact.finalize} @end multitable +@ @item --trace @var{INT} Enable tracing. The @var{INT} specifies the level of trace desired: @@ -9305,6 +9306,7 @@ Enable tracing. The @var{INT} specifies the level of trace desired: @item @code{LOG_TRACE} @tab 10 @item @code{LOG_ALL} @tab 11 @end multitable +@ @item --verbose Print detailed information on the execution of Ledger. |