From e87906f9600ae4d75e563049f8654a1a5d47803f Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 13 Jan 2017 02:14:54 -0800 Subject: [PATCH] print: reserve short -x flag, --explicit is sufficient --- hledger/Hledger/Cli/Print.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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