From dcf0249c8ccd0aed8d0fde4466504b81669e7eb7 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 10 Jul 2024 21:43:17 +0100 Subject: [PATCH] ;fix: add help: D does not cause it to add the symbol --- hledger/Hledger/Cli/Commands/Add.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/hledger/Hledger/Cli/Commands/Add.md b/hledger/Hledger/Cli/Commands/Add.md index 2c3e87f98..7b673ff40 100644 --- a/hledger/Hledger/Cli/Commands/Add.md +++ b/hledger/Hledger/Cli/Commands/Add.md @@ -28,8 +28,6 @@ Features: - The tab key will auto-complete whenever possible - accounts, payees/descriptions, dates (`yesterday`, `today`, `tomorrow`). If the input area is empty, it will insert the default value. -- If the journal defines a [default commodity](#d-directive), - it will be added to any bare numbers entered. - A parenthesised transaction [code](#entries) may be entered following a date. - [Comments](#transaction-comments) and tags may be entered following a description or amount. - If you make a mistake, enter `<` at any prompt to go one step backward.