From 49f286dc709372f36ef41e2d813ad2cbf7f61cac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20Sch=C3=B6ttl?= Date: Sun, 17 Feb 2019 10:43:25 +0100 Subject: [PATCH] Fix CLI help text --- hledger/Hledger/Cli/Commands/Registermatch.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger/Hledger/Cli/Commands/Registermatch.hs b/hledger/Hledger/Cli/Commands/Registermatch.hs index d230fadb3..fafd2dcf2 100755 --- a/hledger/Hledger/Cli/Commands/Registermatch.hs +++ b/hledger/Hledger/Cli/Commands/Registermatch.hs @@ -19,7 +19,7 @@ registermatchmode = hledgerCommandMode [] [generalflagsgroup1] [] - ([], Just $ argsFlag "[QUERY]") + ([], Just $ argsFlag "DESC") registermatch :: CliOpts -> Journal -> IO () registermatch opts@CliOpts{rawopts_=rawopts,reportopts_=ropts} j = do