From 422f1084c9b131f1de8e5dc7d7f148f95889a4d4 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 27 Jun 2018 11:15:46 +0100 Subject: [PATCH] doc: journal: note that non-regex alias directive is case sensitive [ci skip] --- hledger-lib/hledger_journal.m4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger-lib/hledger_journal.m4.md b/hledger-lib/hledger_journal.m4.md index b555a2fca..dc1769208 100644 --- a/hledger-lib/hledger_journal.m4.md +++ b/hledger-lib/hledger_journal.m4.md @@ -874,7 +874,7 @@ alias OLD = NEW Or, you can use the `--alias 'OLD=NEW'` option on the command line. This affects all entries. It's useful for trying out aliases interactively. -OLD and NEW are full account names. +OLD and NEW are case sensitive full account names. hledger will replace any occurrence of the old account name with the new one. Subaccounts are also affected. Eg: