From 5405a63aadfe5b207006ef3ccf98f7f763997e20 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 15 Aug 2020 11:29:35 -0700 Subject: [PATCH] ;bin: print-location, smooth, swap-dates: update _FLAG marker --- bin/hledger-print-location.hs | 2 +- bin/hledger-smooth.hs | 2 +- bin/hledger-swap-dates.hs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/hledger-print-location.hs b/bin/hledger-print-location.hs index 1f80f11c8..2b5c37ef9 100755 --- a/bin/hledger-print-location.hs +++ b/bin/hledger-print-location.hs @@ -25,7 +25,7 @@ import Hledger.Cli cmdmode = hledgerCommandMode [s| print-location Like print, but adds tags showing the file path and location of transactions. -FLAGS +_FLAGS |] [] [generalflagsgroup1] diff --git a/bin/hledger-smooth.hs b/bin/hledger-smooth.hs index a4a69e573..a4a3e084a 100755 --- a/bin/hledger-smooth.hs +++ b/bin/hledger-smooth.hs @@ -39,7 +39,7 @@ Useful for preprocessing a journal to smooth out irregular revenues or expenses in daily/weekly/monthly reports, eg: hledger smooth revenues:consulting | hledger -f- incomestatement -W -FLAGS +_FLAGS |] [] [generalflagsgroup1] diff --git a/bin/hledger-swap-dates.hs b/bin/hledger-swap-dates.hs index c1e9515b9..d2599b801 100755 --- a/bin/hledger-swap-dates.hs +++ b/bin/hledger-swap-dates.hs @@ -15,7 +15,7 @@ cmdmode = hledgerCommandMode [s| swap-dates Swap date and date2, on transactions which have date2 defined. (Does not yet swap posting dates.) -FLAGS +_FLAGS |] [] [generalflagsgroup1]