From 6d4f93c517f7ef86275115bbbd0745531f05dcef Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 17 Dec 2017 16:52:46 -0800 Subject: [PATCH] doc: step by step: mention print -x --- site/step-by-step.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/step-by-step.md b/site/step-by-step.md index c9ca47ffb..960e9cee3 100644 --- a/site/step-by-step.md +++ b/site/step-by-step.md @@ -204,9 +204,9 @@ $ cat ~/.hledger.journal Why is the amount missing from the assets posting above ? As a convenience to make manual data entry easier, if one amount is missing hledger infers it so as to balance the transaction ($-10 in this case). -For consistency, `add` uses the same convention when it writes an entry. -(But `print` shows the inferred amount, for clarity.) Only one missing amount is allowed in each transaction. +`add` uses the same convention when it writes an entry. +(To see all such inferred amounts in full, you can use `hledger print -x`.) ### Edit the journal file