From 2eba34514f6229dd02fc7f81493830d5db0c06d7 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 24 Feb 2013 21:30:56 +0000 Subject: [PATCH] add: mention code/comment entry in help --- hledger/Hledger/Cli/Add.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hledger/Hledger/Cli/Add.hs b/hledger/Hledger/Cli/Add.hs index 0d85bd1f9..7e51de53c 100644 --- a/hledger/Hledger/Cli/Add.hs +++ b/hledger/Hledger/Cli/Add.hs @@ -45,6 +45,8 @@ add opts j "Adding transactions to journal file "++f ,"Provide field values at the prompts, or press enter to accept defaults." ,"Use readline keys to edit, use tab key to complete account names." + ,"A code (in parentheses) may be entered following transaction dates." + ,"A comment may be entered following descriptions or amounts." ,"If you make a mistake, enter < at any prompt to restart the transaction." ,"To record a transaction, enter . when prompted." ,"To quit, press control-d or control-c."