Skip to content

Commit cc597dc

Browse files
mpilgremsheaf
andauthored
Update Cabal/src/Distribution/Simple/Setup/Build.hs
Co-authored-by: sheaf <sam.derbyshire@gmail.com>
1 parent 9a552d3 commit cc597dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Cabal/src/Distribution/Simple/Setup

Cabal/src/Distribution/Simple/Setup/Build.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ buildOptions progDb showOrParseArgs =
152152
, option
153153
[]
154154
["semaphore"]
155-
"Use the specified client semaphore identifier so GHC can compile components in parallel"
155+
"Use the specified semaphore identifier so GHC can compile components in parallel"
156156
buildUseSemaphore
157157
(\v flags -> flags{buildUseSemaphore = v})
158158
(reqArg' "SEMAPHORE" Flag flagToList)

0 commit comments

Comments
 (0)