diff --git a/hledger/Hledger/Cli/Commands/Setup.hs b/hledger/Hledger/Cli/Commands/Setup.hs index 1a1a6e58b..de52048a0 100644 --- a/hledger/Hledger/Cli/Commands/Setup.hs +++ b/hledger/Hledger/Cli/Commands/Setup.hs @@ -50,9 +50,9 @@ import Hledger.Cli.Conf setupmode = hledgerCommandMode $(embedFileRelative "Hledger/Cli/Commands/Setup.txt") [] - cligeneralflagsgroups1 - hiddenflags - ([], Just $ argsFlag "[QUERY]") + [generalflagsgroup3] + [] + ([], Nothing) -- | Test and print the status of various aspects of the hledger installation. -- Also show extra info and hints on how to fix problems.