From 458de89aae5cfbbeef92237211fb851b1a0d8d87 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 22 Jan 2020 14:42:01 -0800 Subject: [PATCH] ;close: doc tweaks [ci skip] --- hledger/Hledger/Cli/Commands/Close.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hledger/Hledger/Cli/Commands/Close.md b/hledger/Hledger/Cli/Commands/Close.md index 6966d5c6b..715900fed 100644 --- a/hledger/Hledger/Cli/Commands/Close.md +++ b/hledger/Hledger/Cli/Commands/Close.md @@ -12,9 +12,8 @@ You can print just one of these transactions by using the One amountless posting to `equity:opening/closing balances` is added to balance the transactions, by default. - You can customise this account name with the `--close-to` and -`--open-from` options. If you specify only one, it is used for both. +`--open-from` options. (If you specify only one, it is used for both.) Similarly, you can customise the transaction descriptions with `--close-desc` and `--open-desc`.