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 ) ]