From 90d4bb9c0f73c876ba1607cd156ffad5d8531c1a Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 27 Mar 2020 17:22:56 -0700 Subject: [PATCH] ;bin: hledger-check-tag-files: fix comments --- bin/hledger-check-tag-files.hs | 4 ++-- bin/hledger-check-tag-files2.hs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/hledger-check-tag-files.hs b/bin/hledger-check-tag-files.hs index 7b0d521eb..174d3cff5 100755 --- a/bin/hledger-check-tag-files.hs +++ b/bin/hledger-check-tag-files.hs @@ -8,11 +8,11 @@ Read the default journal and give an error if any tag values containing '/' do not exist as file paths. Usage: -$ hledger-check-tag-files.hs # compiles every time (?) +$ hledger-check-tag-files.hs # compiles if needed or: -$ hledger check-tag-files # compiles every time (?) +$ hledger check-tag-files # compiles if there's no compiled version -} import Control.Monad diff --git a/bin/hledger-check-tag-files2.hs b/bin/hledger-check-tag-files2.hs index 896b84d8e..8c6e6d705 100755 --- a/bin/hledger-check-tag-files2.hs +++ b/bin/hledger-check-tag-files2.hs @@ -8,11 +8,11 @@ Read the default journal and give an error if any tag values containing '/' do not exist as file paths. Usage: -$ hledger-check-tag-files.hs # compiles if needed +$ hledger-check-tag-files.hs # compiles every time (?) or: -$ hledger check-tag-files # compiles if there's no compiled version +$ hledger check-tag-files # compiles every time (?) -} import Control.Monad