mirror of
https://github.com/ilyakooo0/optparse-applicative.git
synced 2024-11-22 22:18:13 +03:00
Fix typo in a comment
This commit is contained in:
parent
730d00f921
commit
25dab7dfec
@ -130,7 +130,7 @@ data OptVisibility
|
||||
|
||||
-- | Specification for an individual parser option.
|
||||
data OptProperties = OptProperties
|
||||
{ propVisibility :: OptVisibility -- ^ whether this flag is shown is the brief description
|
||||
{ propVisibility :: OptVisibility -- ^ whether this flag is shown in the brief description
|
||||
, propHelp :: Chunk Doc -- ^ help text for this option
|
||||
, propMetaVar :: String -- ^ metavariable for this option
|
||||
, propShowDefault :: Maybe String -- ^ what to show in the help text as the default
|
||||
|
Loading…
Reference in New Issue
Block a user