From 125ba49992f8f62c46321ed81890d2b7188ff9d3 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 18 Feb 2021 18:38:51 -0800 Subject: [PATCH] ;import: doc: tweak --- hledger/Hledger/Cli/Commands/Import.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hledger/Hledger/Cli/Commands/Import.md b/hledger/Hledger/Cli/Commands/Import.md index cdb1a2de3..8c1e8a9f7 100644 --- a/hledger/Hledger/Cli/Commands/Import.md +++ b/hledger/Hledger/Cli/Commands/Import.md @@ -58,8 +58,8 @@ Note deduplication (and updating of state files) can also be done by ### Import testing With `--dry-run`, the transactions that will be imported are printed -to the terminal, without affecting your journal. -The output is in journal format, so you can re-parse it. +to the terminal, without updating your journal or state files. +The output is valid journal format, like the print command, so you can re-parse it. Eg, to see any importable transactions which CSV rules have not categorised: ```shell