imp: check accounts: simplify confusing suggestion in error message, 2
This commit is contained in:
parent
d82c860f0d
commit
0f7aaa9600
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user