From b7e79ef3b2e4d54a7dc6a2bf18e9942c9b42f73c Mon Sep 17 00:00:00 2001 From: Pranesh Prakash Date: Tue, 23 Nov 2021 03:10:05 +0530 Subject: [PATCH] Update description of hledger-check-tagfiles.hs Made it clear that it's a `/` and not "containing / exist" (i.e., containing or exist). --- bin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/README.md b/bin/README.md index d3b32fa2d..28f1b459a 100644 --- a/bin/README.md +++ b/bin/README.md @@ -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