From 2b0826b4cb5e78c134fba16e8e83ddd35a90b4e0 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 4 Dec 2012 00:08:08 +0000 Subject: [PATCH] docs: update rules file name policy --- MANUAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANUAL.md b/MANUAL.md index cdb107192..62d735be5 100644 --- a/MANUAL.md +++ b/MANUAL.md @@ -509,7 +509,7 @@ Since version 0.18, hledger can also read An arbitrary CSV file does not provide enough information to be parsed as a journal. So when reading CSV, hledger looks for an additional [rules file](#the-rules-file), which identifies the CSV fields and assigns -accounts. For reading `FILE.csv`, hledger uses `FILE.rules` in the same +accounts. For reading `FILE.csv`, hledger uses `FILE.csv.rules` in the same directory, auto-creating it if needed. You should configure the rules file to get the best data from your CSV file. You can specify a different rules file with `--rules-file` (useful when reading from standard input).