Updated help message for ghcup compile ghc -h

This commit is contained in:
James Hobson 2022-01-12 10:06:38 +01:00
parent f8548fefb3
commit 5d43168370
No known key found for this signature in database
GPG Key ID: F26F0E100770F597
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ ghcCompileOpts =
(fmap Left $ option
str
(short 'p' <> long "patchdir" <> metavar "PATCH_DIR" <> help
"Absolute path to patch directory (applies all .patch and .diff files in order using -p1)"
"Absolute path to patch directory (applies all .patch and .diff files in order using -p1. This order is determined by a quilt series file if it exists, or the patches are lexicographically ordered)"
)
)
)