ui: quick help formatting fix

This commit is contained in:
Simon Michael 2016-08-12 18:06:02 -07:00
parent eaba311634
commit ef961f51ac
2 changed files with 2 additions and 2 deletions

View File

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

View File

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