Clean up help texts
This commit is contained in:
parent
124ddcdfeb
commit
89c9699158
@ -130,11 +130,11 @@ opts =
|
|||||||
Options
|
Options
|
||||||
<$> switch
|
<$> switch
|
||||||
(short 'v' <> long "verbose" <> help
|
(short 'v' <> long "verbose" <> help
|
||||||
"Whether to enable verbosity (default: False)"
|
"Enable verbosity"
|
||||||
)
|
)
|
||||||
<*> switch
|
<*> switch
|
||||||
(short 'c' <> long "cache" <> help
|
(short 'c' <> long "cache" <> help
|
||||||
"Whether to cache downloads (default: False)"
|
"Cache downloads in ~/.ghcup/cache"
|
||||||
)
|
)
|
||||||
<*> (optional
|
<*> (optional
|
||||||
(option
|
(option
|
||||||
@ -149,7 +149,7 @@ opts =
|
|||||||
)
|
)
|
||||||
<*> switch
|
<*> switch
|
||||||
(short 'n' <> long "no-verify" <> help
|
(short 'n' <> long "no-verify" <> help
|
||||||
"Skip tarball checksum verification (default: False)"
|
"Skip tarball checksum verification"
|
||||||
)
|
)
|
||||||
<*> com
|
<*> com
|
||||||
where
|
where
|
||||||
|
Loading…
Reference in New Issue
Block a user