From 9a8291d391842b371d2d1af52fab51761e6d6fac Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 26 Feb 2022 19:02:37 +0100 Subject: [PATCH] Fix disable-upgrade flag description --- ghcup.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghcup.cabal b/ghcup.cabal index fb75a02..0ad60d0 100644 --- a/ghcup.cabal +++ b/ghcup.cabal @@ -50,7 +50,7 @@ flag no-exe flag disable-upgrade description: - Build the brick powered tui (ghcup tui). This is disabled on windows. + Disable upgrade functionality. This is mainly to support brew packagers. default: False manual: True