;doc: cli, bal: cleanups
This commit is contained in:
parent
919c6c1a57
commit
2902769616
@ -884,9 +884,8 @@ $ hledger -f examples/sample.journal balance --format "%20(account) %12(total)"
|
||||
0
|
||||
```
|
||||
|
||||
The FMT format string (plus a newline) specifies the formatting
|
||||
applied to each account/balance pair. It may contain any suitable
|
||||
text, with data fields interpolated like so:
|
||||
The FMT format string specifies the formatting applied to each account/balance pair.
|
||||
It may contain any suitable text, with data fields interpolated like so:
|
||||
|
||||
`%[MIN][.MAX](FIELDNAME)`
|
||||
|
||||
|
||||
@ -2359,8 +2359,7 @@ payee Whole Foods
|
||||
## Market prices
|
||||
|
||||
The `P` directive declares a market price, which is
|
||||
an exchange rate between two commodities on a certain date.
|
||||
(In Ledger, they are called "historical prices".)
|
||||
a conversion rate between two commodities on a certain date.
|
||||
These are often obtained from a
|
||||
[stock exchange](https://en.wikipedia.org/wiki/Stock_exchange),
|
||||
cryptocurrency exchange, or the
|
||||
|
||||
Loading…
Reference in New Issue
Block a user