;bin: hledger-check-tag-files: fix comments

This commit is contained in:
Simon Michael 2020-03-27 17:22:56 -07:00
parent 53c08f45b2
commit 90d4bb9c0f
2 changed files with 4 additions and 4 deletions

View File

@ -8,11 +8,11 @@ Read the default journal and give an error if any tag values
containing '/' do not exist as file paths. containing '/' do not exist as file paths.
Usage: Usage:
$ hledger-check-tag-files.hs # compiles every time (?) $ hledger-check-tag-files.hs # compiles if needed
or: or:
$ hledger check-tag-files # compiles every time (?) $ hledger check-tag-files # compiles if there's no compiled version
-} -}
import Control.Monad import Control.Monad

View File

@ -8,11 +8,11 @@ Read the default journal and give an error if any tag values
containing '/' do not exist as file paths. containing '/' do not exist as file paths.
Usage: Usage:
$ hledger-check-tag-files.hs # compiles if needed $ hledger-check-tag-files.hs # compiles every time (?)
or: or:
$ hledger check-tag-files # compiles if there's no compiled version $ hledger check-tag-files # compiles every time (?)
-} -}
import Control.Monad import Control.Monad