Clean up help texts

This commit is contained in:
Julian Ospald 2020-04-12 12:22:27 +02:00
parent 124ddcdfeb
commit 89c9699158
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28

View File

@ -130,11 +130,11 @@ opts =
Options
<$> switch
(short 'v' <> long "verbose" <> help
"Whether to enable verbosity (default: False)"
"Enable verbosity"
)
<*> switch
(short 'c' <> long "cache" <> help
"Whether to cache downloads (default: False)"
"Cache downloads in ~/.ghcup/cache"
)
<*> (optional
(option
@ -149,7 +149,7 @@ opts =
)
<*> switch
(short 'n' <> long "no-verify" <> help
"Skip tarball checksum verification (default: False)"
"Skip tarball checksum verification"
)
<*> com
where