imp: check accounts: simplify confusing suggestion in error message, 2

This commit is contained in:
Simon Michael 2024-10-16 21:10:01 -10:00
parent d82c860f0d
commit 0f7aaa9600
2 changed files with 1 additions and 2 deletions

View File

@ -67,7 +67,7 @@ journalCheckAccounts j = mapM_ checkacct (journalPostings j)
,"Consider adding an account directive. Examples:"
,""
,"account %s"
]) f l ex (show a) a a
]) f l ex (show a) a
where
(f,l,_mcols,ex) = makePostingAccountErrorExcerpt p

View File

@ -9,7 +9,6 @@ account "a" has not been declared.
Consider adding an account directive. Examples:
account a
account a ; type:A ; \(L,E,R,X,C,V\)
/
>>>= 1