mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-28 12:54:07 +03:00
;doc: Fix cmdline example typo, f- should be -f-
This commit is contained in:
parent
e24b7ef90f
commit
4b654fff94
@ -1339,7 +1339,7 @@ Eg: how much of food expenses was paid with cash ?
|
||||
.IP
|
||||
.nf
|
||||
\f[C]
|
||||
$ hledger print assets:cash | hledger f- -I balance expenses:food
|
||||
$ hledger print assets:cash | hledger -f- -I balance expenses:food
|
||||
\f[R]
|
||||
.fi
|
||||
.PP
|
||||
|
@ -1037,7 +1037,7 @@ Most commands select things which match:
|
||||
running a first query with 'print', and piping the result into a second
|
||||
hledger command. Eg: how much of food expenses was paid with cash ?
|
||||
|
||||
$ hledger print assets:cash | hledger f- -I balance expenses:food
|
||||
$ hledger print assets:cash | hledger -f- -I balance expenses:food
|
||||
|
||||
If you are interested in full boolean expressions for queries, see
|
||||
#203.
|
||||
|
@ -872,7 +872,7 @@ and piping the result into a second hledger command.
|
||||
Eg: how much of food expenses was paid with cash ?
|
||||
|
||||
```shell
|
||||
$ hledger print assets:cash | hledger f- -I balance expenses:food
|
||||
$ hledger print assets:cash | hledger -f- -I balance expenses:food
|
||||
```
|
||||
|
||||
If you are interested in full boolean expressions for queries,
|
||||
|
@ -879,7 +879,7 @@ QUERIES
|
||||
running a first query with print, and piping the result into a second
|
||||
hledger command. Eg: how much of food expenses was paid with cash ?
|
||||
|
||||
$ hledger print assets:cash | hledger f- -I balance expenses:food
|
||||
$ hledger print assets:cash | hledger -f- -I balance expenses:food
|
||||
|
||||
If you are interested in full boolean expressions for queries, see
|
||||
#203.
|
||||
|
Loading…
Reference in New Issue
Block a user