From 89c969915833dcf573375035c9ea6d7e25f36372 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 12 Apr 2020 12:22:27 +0200 Subject: [PATCH] Clean up help texts --- app/ghcup/Main.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/ghcup/Main.hs b/app/ghcup/Main.hs index 3bc30fc..46c9d53 100644 --- a/app/ghcup/Main.hs +++ b/app/ghcup/Main.hs @@ -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