layout
This commit is contained in:
parent
bedc14ee0b
commit
803e947a22
14
Options.hs
14
Options.hs
@ -29,18 +29,18 @@ usagehdr = (
|
|||||||
"When invoked as \"hours\", uses your timelog and --period today as defaults.\n" ++
|
"When invoked as \"hours\", uses your timelog and --period today as defaults.\n" ++
|
||||||
"\n" ++
|
"\n" ++
|
||||||
"COMMAND is one of (may be abbreviated):\n" ++
|
"COMMAND is one of (may be abbreviated):\n" ++
|
||||||
" add - read new transactions interactively\n" ++
|
" add - read new transactions interactively\n" ++
|
||||||
" balance - show account balances\n" ++
|
" balance - show account balances\n" ++
|
||||||
" histogram - show transaction counts per reporting interval\n" ++
|
" histogram - show transaction counts per reporting interval\n" ++
|
||||||
" print - show formatted ledger transactions\n" ++
|
" print - show formatted ledger transactions\n" ++
|
||||||
" register - show register transactions\n" ++
|
" register - show register transactions\n" ++
|
||||||
#ifdef VTY
|
#ifdef VTY
|
||||||
" ui - run a simple curses-based text ui\n" ++
|
" ui - run a simple curses-based text ui\n" ++
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAPPS
|
#ifdef HAPPS
|
||||||
" web - run a simple web ui\n" ++
|
" web - run a simple web ui\n" ++
|
||||||
#endif
|
#endif
|
||||||
" test - run self-tests\n" ++
|
" test - run self-tests\n" ++
|
||||||
"\n" ++
|
"\n" ++
|
||||||
"PATTERNS are regular expressions which filter by account name.\n" ++
|
"PATTERNS are regular expressions which filter by account name.\n" ++
|
||||||
"Or, prefix with desc: to filter by entry description.\n" ++
|
"Or, prefix with desc: to filter by entry description.\n" ++
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user