mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-27 04:13:11 +03:00
ui: quick help formatting fix
This commit is contained in:
parent
eaba311634
commit
ef961f51ac
@ -204,7 +204,7 @@ asDraw UIState{aopts=UIOpts{cliopts_=copts@CliOpts{reportopts_=ropts}}
|
|||||||
,("H"
|
,("H"
|
||||||
,if ishistorical
|
,if ishistorical
|
||||||
then selectedstr "historical" <+> str "/period"
|
then selectedstr "historical" <+> str "/period"
|
||||||
else str "historical" <+> selectedstr "/period")
|
else str "historical/" <+> selectedstr "period")
|
||||||
,("F"
|
,("F"
|
||||||
,if flat_ ropts
|
,if flat_ ropts
|
||||||
then str "tree/" <+> selectedstr "flat"
|
then str "tree/" <+> selectedstr "flat"
|
||||||
|
@ -203,7 +203,7 @@ rsDraw UIState{aopts=UIOpts{cliopts_=copts@CliOpts{reportopts_=ropts}}
|
|||||||
,("H"
|
,("H"
|
||||||
,if ishistorical
|
,if ishistorical
|
||||||
then selectedstr "historical" <+> str "/period"
|
then selectedstr "historical" <+> str "/period"
|
||||||
else str "historical" <+> selectedstr "/period")
|
else str "historical/" <+> selectedstr "period")
|
||||||
,("F"
|
,("F"
|
||||||
,if inclusive
|
,if inclusive
|
||||||
then selectedstr "inclusive" <+> str "/exclusive"
|
then selectedstr "inclusive" <+> str "/exclusive"
|
||||||
|
Loading…
Reference in New Issue
Block a user