From c30619366755af48ebe60a7c6ac146e1f59d3394 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 30 Mar 2018 00:46:35 +0100 Subject: [PATCH] doc: also update -E/--empty command line help [ci skip] --- hledger/Hledger/Cli/CliOptions.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger/Hledger/Cli/CliOptions.hs b/hledger/Hledger/Cli/CliOptions.hs index 5ec79bc5a..2a4ec382d 100644 --- a/hledger/Hledger/Cli/CliOptions.hs +++ b/hledger/Hledger/Cli/CliOptions.hs @@ -152,7 +152,7 @@ reportflags = [ ,flagNone ["cleared","C"] (setboolopt "cleared") "include only cleared postings/txns" ,flagNone ["real","R"] (setboolopt "real") "include only non-virtual postings" ,flagReq ["depth"] (\s opts -> Right $ setopt "depth" s opts) "NUM" "(or -NUM): hide accounts/postings deeper than this" - ,flagNone ["empty","E"] (setboolopt "empty") "show items with zero amount, normally hidden (except in hledger-ui/hledger-web)" + ,flagNone ["empty","E"] (setboolopt "empty") "show items with zero amount, normally hidden (and vice-versa in hledger-ui/hledger-web)" ,flagNone ["cost","B"] (setboolopt "cost") "convert amounts to their cost at transaction time (using the transaction price, if any)" ,flagNone ["value","V"] (setboolopt "value") "convert amounts to their market value on the report end date (using the most recent applicable market price, if any)" ,flagNone ["auto"] (setboolopt "auto") "apply automated posting rules to modify transactions"