;bin: print-location, smooth, swap-dates: update _FLAG marker

This commit is contained in:
Simon Michael 2020-08-15 11:29:35 -07:00
parent 8023d1e8d7
commit 5405a63aad
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ import Hledger.Cli
cmdmode = hledgerCommandMode cmdmode = hledgerCommandMode
[s| print-location [s| print-location
Like print, but adds tags showing the file path and location of transactions. Like print, but adds tags showing the file path and location of transactions.
FLAGS _FLAGS
|] |]
[] []
[generalflagsgroup1] [generalflagsgroup1]

View File

@ -39,7 +39,7 @@ Useful for preprocessing a journal to smooth out irregular revenues or
expenses in daily/weekly/monthly reports, eg: expenses in daily/weekly/monthly reports, eg:
hledger smooth revenues:consulting | hledger -f- incomestatement -W hledger smooth revenues:consulting | hledger -f- incomestatement -W
FLAGS _FLAGS
|] |]
[] []
[generalflagsgroup1] [generalflagsgroup1]

View File

@ -15,7 +15,7 @@ cmdmode = hledgerCommandMode
[s| swap-dates [s| swap-dates
Swap date and date2, on transactions which have date2 defined. Swap date and date2, on transactions which have date2 defined.
(Does not yet swap posting dates.) (Does not yet swap posting dates.)
FLAGS _FLAGS
|] |]
[] []
[generalflagsgroup1] [generalflagsgroup1]