doc: small fixes
This commit is contained in:
parent
1a4b30b8c1
commit
a388d0e21d
@ -459,9 +459,9 @@ It can be used for
|
|||||||
- massaging reports, both cosmetic changes and deeper ones ("combine these separate accounts into one")
|
- massaging reports, both cosmetic changes and deeper ones ("combine these separate accounts into one")
|
||||||
|
|
||||||
An account alias can be defined on the command line:
|
An account alias can be defined on the command line:
|
||||||
|
```shell
|
||||||
$ hledger --alias 'REGEX=REPLACEMENT' balance
|
$ hledger --alias 'REGEX=REPLACEMENT' balance
|
||||||
|
```
|
||||||
or with a directive in the journal file:
|
or with a directive in the journal file:
|
||||||
```
|
```
|
||||||
alias REGEX = REPLACEMENT
|
alias REGEX = REPLACEMENT
|
||||||
@ -993,7 +993,7 @@ Here's [an example](step-by-step.html#record-a-transaction-with-hledger-add).
|
|||||||
### Reports
|
### Reports
|
||||||
|
|
||||||
Here are the built-in commands for reporting useful information from your journal,
|
Here are the built-in commands for reporting useful information from your journal,
|
||||||
which hledger's main purpose. (The original commands inherited from Ledger were, simplest first:
|
(hledger's main function). (The original commands inherited from Ledger were, simplest first:
|
||||||
[print](#print), [register](#register) and [balance](#balance).)
|
[print](#print), [register](#register) and [balance](#balance).)
|
||||||
|
|
||||||
#### accounts
|
#### accounts
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user