From 29bca306eeba28897ffd6770820866ed8b9d573d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 18 Apr 2025 18:50:41 -1000 Subject: [PATCH] ;doc: print: simplify [#2368] --- hledger/Hledger/Cli/Commands/Print.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/hledger/Hledger/Cli/Commands/Print.md b/hledger/Hledger/Cli/Commands/Print.md index a037934ab..ae1ba8bca 100644 --- a/hledger/Hledger/Cli/Commands/Print.md +++ b/hledger/Hledger/Cli/Commands/Print.md @@ -139,16 +139,7 @@ DESC should contain at least two characters. If there is no similar-enough match, no transaction will be shown and the program exit code will be non-zero. -With `--location`, print adds the file and line number to every transaction, as a tag: - -```cli -$ hledger print-location -f hledger/examples/sample.journal desc:eat -2008/06/03 * eat & shop - ; location: /Users/simon/src/hledger/examples/sample.journal:30 - expenses:food $1 - expenses:supplies $1 - assets:cash -``` +With `--location`, print adds the source file and line number to every transaction, as a tag. ### print output format