From cc8cf3d12a6e45340b983dfc2ecb8916b4fb1d33 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 4 Sep 2021 14:31:05 +0200 Subject: [PATCH] Improve --patchdir documentation wrt #226 --- app/ghcup/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ghcup/Main.hs b/app/ghcup/Main.hs index 6f9f36d..e12d3dd 100644 --- a/app/ghcup/Main.hs +++ b/app/ghcup/Main.hs @@ -1045,7 +1045,7 @@ ghcCompileOpts = (option str (short 'p' <> long "patchdir" <> metavar "PATCH_DIR" <> help - "Absolute path to patch directory (applied in order, uses -p1)" + "Absolute path to patch directory (applies all .patch and .diff files in order using -p1)" ) ) <*> optional