diff --git a/hledger/Hledger/Cli/Commands/Run.md b/hledger/Hledger/Cli/Commands/Run.md index e951c41d5..8af0f66f7 100644 --- a/hledger/Hledger/Cli/Commands/Run.md +++ b/hledger/Hledger/Cli/Commands/Run.md @@ -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 ``` diff --git a/hledger/Hledger/Cli/Commands/Run.txt b/hledger/Hledger/Cli/Commands/Run.txt index b68c32393..537fc85ad 100644 --- a/hledger/Hledger/Cli/Commands/Run.txt +++ b/hledger/Hledger/Cli/Commands/Run.txt @@ -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