print: reserve short -x flag, --explicit is sufficient

This commit is contained in:
Simon Michael 2017-01-13 02:14:54 -08:00
parent b2b1bf3038
commit e87906f960

View File

@ -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