;Include desc/description field in help text for --sort
This commit is contained in:
parent
693360344c
commit
d96e3a1e5a
@ -83,7 +83,8 @@ It's also useful to show postings on the checking account together with the
|
|||||||
related account:
|
related account:
|
||||||
|
|
||||||
The `--sort=FIELDS` flag sorts by the fields given, which can be any of
|
The `--sort=FIELDS` flag sorts by the fields given, which can be any of
|
||||||
`account`, `amount`, or `date`, optionally separated by commas.
|
`account`, `amount`, `date`, or `desc`/`description`, optionally separated by
|
||||||
|
commas.
|
||||||
For example, `--sort account,amount` will group all transactions in each
|
For example, `--sort account,amount` will group all transactions in each
|
||||||
account, sorted by transaction amount.
|
account, sorted by transaction amount.
|
||||||
Each field can be negated by a preceding `-`, so `--sort -amount` will show
|
Each field can be negated by a preceding `-`, so `--sort -amount` will show
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user