From 9d817e2d475c574fa3f31135d044218113aff0e6 Mon Sep 17 00:00:00 2001 From: Justin Le Date: Sat, 4 Feb 2017 01:09:43 -0800 Subject: [PATCH] hledger-ui command line arguments and documentation edited to reflect new command structure (-V is global command) --- hledger-ui/Hledger/UI/UIOptions.hs | 1 - hledger-ui/doc/hledger-ui.1.m4.md | 4 ---- 2 files changed, 5 deletions(-) diff --git a/hledger-ui/Hledger/UI/UIOptions.hs b/hledger-ui/Hledger/UI/UIOptions.hs index 8998a6023..f00631cb9 100644 --- a/hledger-ui/Hledger/UI/UIOptions.hs +++ b/hledger-ui/Hledger/UI/UIOptions.hs @@ -39,7 +39,6 @@ uiflags = [ -- ,flagReq ["drop"] (\s opts -> Right $ setopt "drop" s opts) "N" "with --flat, omit this many leading account name components" -- ,flagReq ["format"] (\s opts -> Right $ setopt "format" s opts) "FORMATSTR" "use this custom line format" -- ,flagNone ["no-elide"] (\opts -> setboolopt "no-elide" opts) "don't compress empty parent accounts on one line" - ,flagNone ["value","V"] (setboolopt "value") "show amounts as their current market value in their default valuation commodity (accounts screen)" ] --uimode :: Mode [([Char], [Char])] diff --git a/hledger-ui/doc/hledger-ui.1.m4.md b/hledger-ui/doc/hledger-ui.1.m4.md index 9721e42ef..eae3905a3 100644 --- a/hledger-ui/doc/hledger-ui.1.m4.md +++ b/hledger-ui/doc/hledger-ui.1.m4.md @@ -69,10 +69,6 @@ Any QUERYARGS are interpreted as a hledger search query which filters the data. `--flat` : show full account names, unindented -`-V --value` -: show amounts as their current market value in their default valuation commodity -(accounts screen only) - hledger general options: _generaloptions_