Update description of hledger-check-tagfiles.hs

Made it clear that it's a `/` and not "containing / exist" (i.e., containing or exist).
This commit is contained in:
Pranesh Prakash 2021-11-23 03:10:05 +05:30 committed by GitHub
parent 29efacf02c
commit b7e79ef3b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ to your $PATH so they show up in hledger's command list.
Scripts overview, simplest first:
- hledger-check-tagfiles.hs - check that all tag values containing / exist as file paths
- hledger-check-tagfiles.hs - check that all tag values containing a `/` (forward slash) exist as file paths
- hledger-check-tagfiles.cabal.hs - the above as a cabal script
- hledger-swap-dates.hs - print transactions with their date and date2 fields swapped
- hledger-print-location.hs - add file path/line number tags to the print command