;doc: update CLI usage texts

This commit is contained in:
Simon Michael 2022-12-01 12:24:12 -08:00
parent 8da21f1195
commit a5b4d80e24

View File

@ -75,10 +75,11 @@ output parseable.
With -B/--cost, amounts with transaction prices are converted to cost
using that price. This can be used for troubleshooting.
With -m/--match and a STR argument, print will show at most one
transaction: the one one whose description is most similar to STR, and
is most recent. STR should contain at least two characters. If there is
no similar-enough match, no transaction will be shown.
With -m DESC/--match=DESC, print does a fuzzy search for the one
transaction whose description is most similar to DESC, also preferring
recent tranactions. DESC should contain at least two characters. If
there is no similar-enough match, no transaction will be shown and the
program exit code will be non-zero.
With --new, hledger prints only transactions it has not seen on a
previous run. This uses the same deduplication system as the import