diff --git a/hledger/Hledger/Cli/Commands/Add.txt b/hledger/Hledger/Cli/Commands/Add.txt index 4ed22398a..ff8a1a8a1 100644 --- a/hledger/Hledger/Cli/Commands/Add.txt +++ b/hledger/Hledger/Cli/Commands/Add.txt @@ -27,8 +27,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, it will be added to any - bare numbers entered. - A parenthesised transaction code may be entered following a date. - Comments and tags may be entered following a description or amount. - If you make a mistake, enter < at any prompt to go one step diff --git a/hledger/Hledger/Cli/Commands/Balance.txt b/hledger/Hledger/Cli/Commands/Balance.txt index b36f2a518..72c8f0c01 100644 --- a/hledger/Hledger/Cli/Commands/Balance.txt +++ b/hledger/Hledger/Cli/Commands/Balance.txt @@ -59,7 +59,7 @@ Flags: 'bare' : commodity symbols in one column 'tidy' : every attribute in its own column -O --output-format=FMT select the output format. Supported formats: - txt, html, csv, tsv, json. + txt, html, csv, tsv, json, fods. -o --output-file=FILE write output to FILE. A file extension matching one of the above formats selects that format. @@ -125,8 +125,8 @@ balance can show.. This command supports the output destination and output format options, with output formats txt, csv, tsv (Added in 1.32), json, and -(multi-period reports only:) html. In txt output in a colour-supporting -terminal, negative amounts are shown in red. +(multi-period reports only:) html, fods (Added in 1.40). In txt output +in a colour-supporting terminal, negative amounts are shown in red. Simple balance report