;doc: fix output destination/format links in command docs
[ci skip]
This commit is contained in:
parent
ae422b363a
commit
cfc00070a1
@ -44,7 +44,7 @@ $ hledger balance
|
|||||||
```
|
```
|
||||||
|
|
||||||
By default, accounts are displayed hierarchically, with subaccounts indented below their parent.
|
By default, accounts are displayed hierarchically, with subaccounts indented below their parent.
|
||||||
At each level of the tree, accounts are sorted by [account code](/manual.html#declaring-accounts) if any, then by account name.
|
At each level of the tree, accounts are sorted by [account code](/journal.html#declaring-accounts) if any, then by account name.
|
||||||
Or with `-S/--sort-amount`, by their balance amount.
|
Or with `-S/--sort-amount`, by their balance amount.
|
||||||
|
|
||||||
"Boring" accounts, which contain a single interesting subaccount and
|
"Boring" accounts, which contain a single interesting subaccount and
|
||||||
@ -484,5 +484,5 @@ Budget performance in 2019/01:
|
|||||||
|
|
||||||
### Output format
|
### Output format
|
||||||
|
|
||||||
The balance command supports [output destination](/manual.html#output-destination) and [output format](/manual.html#output-format) selection.
|
The balance command supports [output destination](hledger.html#output-destination) and [output format](hledger.html#output-format) selection.
|
||||||
|
|
||||||
|
|||||||
@ -42,5 +42,5 @@ you need for a balance sheet; note this means it ignores report begin
|
|||||||
dates (and `-T/--row-total`, since summing end balances generally does not make sense).
|
dates (and `-T/--row-total`, since summing end balances generally does not make sense).
|
||||||
|
|
||||||
This command also supports
|
This command also supports
|
||||||
[output destination](/manual.html#output-destination) and
|
[output destination](hledger.html#output-destination) and
|
||||||
[output format](/manual.html#output-format) selection.
|
[output format](hledger.html#output-format) selection.
|
||||||
|
|||||||
@ -33,5 +33,5 @@ as with [multicolumn balance reports](#multicolumn-balance-reports)
|
|||||||
you can alter the report mode with `--change`/`--cumulative`/`--historical`.
|
you can alter the report mode with `--change`/`--cumulative`/`--historical`.
|
||||||
|
|
||||||
This command also supports
|
This command also supports
|
||||||
[output destination](/manual.html#output-destination) and
|
[output destination](hledger.html#output-destination) and
|
||||||
[output format](/manual.html#output-format) selection.
|
[output format](hledger.html#output-format) selection.
|
||||||
|
|||||||
@ -44,5 +44,5 @@ as with [multicolumn balance reports](#multicolumn-balance-reports)
|
|||||||
you can alter the report mode with `--change`/`--cumulative`/`--historical`.
|
you can alter the report mode with `--change`/`--cumulative`/`--historical`.
|
||||||
|
|
||||||
This command also supports
|
This command also supports
|
||||||
[output destination](/manual.html#output-destination) and
|
[output destination](hledger.html#output-destination) and
|
||||||
[output format](/manual.html#output-format) selection.
|
[output format](hledger.html#output-format) selection.
|
||||||
|
|||||||
@ -67,7 +67,7 @@ This assumes that transactions added to FILE always have same or increasing date
|
|||||||
and that transactions on the same day do not get reordered.
|
and that transactions on the same day do not get reordered.
|
||||||
See also the [import](#import) command.
|
See also the [import](#import) command.
|
||||||
|
|
||||||
This command also supports [output destination](/manual.html#output-destination) and [output format](/manual.html#output-format) selection.
|
This command also supports [output destination](hledger.html#output-destination) and [output format](hledger.html#output-format) selection.
|
||||||
Here's an example of print's CSV output:
|
Here's an example of print's CSV output:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|||||||
@ -118,6 +118,6 @@ $ hledger reg -w $COLUMNS,40 # use terminal width, & description width 40
|
|||||||
```
|
```
|
||||||
|
|
||||||
This command also supports
|
This command also supports
|
||||||
[output destination](/manual.html#output-destination) and
|
[output destination](hledger.html#output-destination) and
|
||||||
[output format](/manual.html#output-format) selection.
|
[output format](hledger.html#output-format) selection.
|
||||||
|
|
||||||
|
|||||||
@ -25,5 +25,5 @@ Market prices : 12 ($)
|
|||||||
```
|
```
|
||||||
|
|
||||||
This command also supports
|
This command also supports
|
||||||
[output destination](/manual.html#output-destination) and
|
[output destination](hledger.html#output-destination) and
|
||||||
[output format](/manual.html#output-format) selection.
|
[output format](hledger.html#output-format) selection.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user