improve description of --debugfilter

This commit is contained in:
Joey Hess 2023-05-17 12:38:22 -04:00
parent 40731ff9fd
commit 31d21578c3
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

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