From d16efeb26a5a2c58e58cc77890af0f1b5e8f05f7 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 30 Nov 2024 09:25:02 -0800 Subject: [PATCH] ;doc:import: edit --- hledger/Hledger/Cli/Commands/Import.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger/Hledger/Cli/Commands/Import.md b/hledger/Hledger/Cli/Commands/Import.md index 103c8715d..4efee8161 100644 --- a/hledger/Hledger/Cli/Commands/Import.md +++ b/hledger/Hledger/Cli/Commands/Import.md @@ -65,7 +65,7 @@ For each `FILE` being imported with `hledger import FILE ...`, If overlap detection does go wrong, it's relatively easy to repair: - You'll notice it when you try to reconcile your hledger balances with your bank. -- `hledger print FILE.csv` will show all recently downloaded transactions. +- `hledger print -f FILE.csv` will show all recently downloaded transactions. Compare these with your journal and copy/paste if needed. - You can manually update or remove the `.latest.FILE`, or use `--catchup`. - You can use `--dry-run` to preview what will be imported.