;run: another typo fixed
This commit is contained in:
parent
4ad3d00864
commit
d3d3e02f9e
@ -61,7 +61,7 @@ balance assets --depth 2
|
|||||||
echo "Liabilities from /some/other.journal"
|
echo "Liabilities from /some/other.journal"
|
||||||
balance liabilities -f /some/other.journal --depth 3 --transpose
|
balance liabilities -f /some/other.journal --depth 3 --transpose
|
||||||
|
|
||||||
echo "Commands from anoter.script, applied to another.journal"
|
echo "Commands from another.script, applied to another.journal"
|
||||||
run -f anoter.journal another.script
|
run -f another.journal another.script
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@ -78,5 +78,5 @@ balance assets --depth 2
|
|||||||
echo "Liabilities from /some/other.journal"
|
echo "Liabilities from /some/other.journal"
|
||||||
balance liabilities -f /some/other.journal --depth 3 --transpose
|
balance liabilities -f /some/other.journal --depth 3 --transpose
|
||||||
|
|
||||||
echo "Commands from anoter.script, applied to another.journal"
|
echo "Commands from another.script, applied to another.journal"
|
||||||
run -f anoter.journal another.script
|
run -f another.journal another.script
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user