;doc: Fix cmdline example typo, f- should be -f-

This commit is contained in:
Daniel Gröber 2021-08-22 15:54:04 +02:00 committed by Simon Michael
parent e24b7ef90f
commit 4b654fff94
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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.

View File

@ -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,

View File

@ -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.