;run: another typo fixed

This commit is contained in:
Dmitry Astapov 2025-02-28 18:17:05 +00:00 committed by Simon Michael
parent 4ad3d00864
commit d3d3e02f9e
2 changed files with 4 additions and 4 deletions

View File

@ -61,7 +61,7 @@ balance assets --depth 2
echo "Liabilities from /some/other.journal"
balance liabilities -f /some/other.journal --depth 3 --transpose
echo "Commands from anoter.script, applied to another.journal"
run -f anoter.journal another.script
echo "Commands from another.script, applied to another.journal"
run -f another.journal another.script
```

View File

@ -78,5 +78,5 @@ balance assets --depth 2
echo "Liabilities from /some/other.journal"
balance liabilities -f /some/other.journal --depth 3 --transpose
echo "Commands from anoter.script, applied to another.journal"
run -f anoter.journal another.script
echo "Commands from another.script, applied to another.journal"
run -f another.journal another.script