diff options
Diffstat (limited to 'doc/ledger3.texi')
-rw-r--r-- | doc/ledger3.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 02680caa..b4f3baab 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -6755,6 +6755,15 @@ $ ledger reg Expenses --group-by "payee" --group-title-format "----------------- ... @end smallexample +@item --hashes @var{ALGO} +Record the hash of each transaction in a @var{Hash} metadata value, +according to the hashing algorithm given by the @var{ALGO} +argument. Note that if a @var{Hash} metadata value is explicitly +provided and does not match what would have been generated, an error is +reported. Hashes depend on previous entries, such that setting a single +hash value is sufficient to guarantee the shape of the entire history +leading up to that entry. + @item --head @var{INT} @itemx --first @var{INT} Print the first @var{INT} entries. Opposite of @option{--tail |