From d3d3e02f9ec8ac28e1ca7856c1e1ac671c98d880 Mon Sep 17 00:00:00 2001 From: Dmitry Astapov Date: Fri, 28 Feb 2025 18:17:05 +0000 Subject: [PATCH] ;run: another typo fixed --- hledger/Hledger/Cli/Commands/Run.md | 4 ++-- hledger/Hledger/Cli/Commands/Run.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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