From d9b4446837e0e08feea8009f2d8e3ae9a1ffa0f6 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 27 Nov 2020 13:23:04 -0800 Subject: [PATCH] ;check-leafnames: fix, one more rename --- hledger/Hledger/Cli/Commands/Checkleafnames.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger/Hledger/Cli/Commands/Checkleafnames.txt b/hledger/Hledger/Cli/Commands/Checkleafnames.txt index 3ed4af0a2..af34e3be8 100644 --- a/hledger/Hledger/Cli/Commands/Checkleafnames.txt +++ b/hledger/Hledger/Cli/Commands/Checkleafnames.txt @@ -1,4 +1,4 @@ -check-dupes +check-leafnames Reports account names having the same leaf but different prefixes. In other words, two or more leaves that are categorized differently. Reads the default journal file, or another specified as an argument.