From 31d21578c3b3fa44e6ab04d410f729b3d48b407b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 17 May 2023 12:38:22 -0400 Subject: [PATCH] improve description of --debugfilter --- CmdLine/Option.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CmdLine/Option.hs b/CmdLine/Option.hs index a6ff495a2a..a25bfc4e9a 100644 --- a/CmdLine/Option.hs +++ b/CmdLine/Option.hs @@ -56,7 +56,7 @@ commonOptions = ) , annexOption setdebugfilter $ strOption ( long "debugfilter" <> metavar "NAME[,NAME..]" - <> help "show debug messages coming from a module" + <> help "show debug messages coming from the specified module" <> hidden ) ]