Improve --patchdir documentation wrt #226

This commit is contained in:
Julian Ospald 2021-09-04 14:31:05 +02:00
parent 9bdf6bde17
commit cc8cf3d12a
Signed by: hasufell
GPG Key ID: 3786C5262ECB4A3F
1 changed files with 1 additions and 1 deletions

View File

@ -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