diff --git a/hledger/Hledger/Cli/Print.hs b/hledger/Hledger/Cli/Print.hs index 68fb4f6dc..9a2ee8614 100644 --- a/hledger/Hledger/Cli/Print.hs +++ b/hledger/Hledger/Cli/Print.hs @@ -35,7 +35,7 @@ printmode = (defCommandMode $ ["print"] ++ aliases) { flagReq ["match","m"] (\s opts -> Right $ setopt "match" s opts) matcharg ("show the transaction whose description is most similar to "++matcharg ++ ", and is most recent"), - flagNone ["explicit","x"] (setboolopt "explicit") + flagNone ["explicit"] (setboolopt "explicit") "make output more explicit than original transactions" ] ++ outputflags