From 34dd7bf053dabdadbb0b8f43dfc4bda1cdfd33d0 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 8 Apr 2020 12:25:38 -0700 Subject: [PATCH] ;csv: clarify the rule file search directory a little --- hledger-lib/hledger_csv.m4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger-lib/hledger_csv.m4.md b/hledger-lib/hledger_csv.m4.md index 9546af348..9464077e9 100644 --- a/hledger-lib/hledger_csv.m4.md +++ b/hledger-lib/hledger_csv.m4.md @@ -21,7 +21,7 @@ learn about *writing* CSV, see [CSV output](hledger.html#csv-output).) We describe each CSV file's format with a corresponding *rules file*. By default this is named like the CSV file with a `.rules` extension added. Eg when reading `FILE.csv`, hledger also looks for -`FILE.csv.rules` in the same directory. You can specify a different +`FILE.csv.rules` in the same directory as `FILE.csv`. You can specify a different rules file with the `--rules-file` option. If a rules file is not found, hledger will create a sample rules file, which you'll need to adjust.