print: reserve short -x flag, --explicit is sufficient
This commit is contained in:
parent
b2b1bf3038
commit
e87906f960
@ -35,7 +35,7 @@ printmode = (defCommandMode $ ["print"] ++ aliases) {
|
|||||||
flagReq ["match","m"] (\s opts -> Right $ setopt "match" s opts) matcharg
|
flagReq ["match","m"] (\s opts -> Right $ setopt "match" s opts) matcharg
|
||||||
("show the transaction whose description is most similar to "++matcharg
|
("show the transaction whose description is most similar to "++matcharg
|
||||||
++ ", and is most recent"),
|
++ ", and is most recent"),
|
||||||
flagNone ["explicit","x"] (setboolopt "explicit")
|
flagNone ["explicit"] (setboolopt "explicit")
|
||||||
"make output more explicit than original transactions"
|
"make output more explicit than original transactions"
|
||||||
]
|
]
|
||||||
++ outputflags
|
++ outputflags
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user