mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 20:02:27 +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"
|
||||
,if ishistorical
|
||||
then selectedstr "historical" <+> str "/period"
|
||||
else str "historical" <+> selectedstr "/period")
|
||||
else str "historical/" <+> selectedstr "period")
|
||||
,("F"
|
||||
,if flat_ ropts
|
||||
then str "tree/" <+> selectedstr "flat"
|
||||
|
@ -203,7 +203,7 @@ rsDraw UIState{aopts=UIOpts{cliopts_=copts@CliOpts{reportopts_=ropts}}
|
||||
,("H"
|
||||
,if ishistorical
|
||||
then selectedstr "historical" <+> str "/period"
|
||||
else str "historical" <+> selectedstr "/period")
|
||||
else str "historical/" <+> selectedstr "period")
|
||||
,("F"
|
||||
,if inclusive
|
||||
then selectedstr "inclusive" <+> str "/exclusive"
|
||||
|
Loading…
Reference in New Issue
Block a user