Skip to content

Commit b0c52fc

Browse files
authored
Merge pull request #9317 from haskell/install-typo
Fix `installCommand` description typo
2 parents 4067f93 + 54cb686 commit b0c52fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ installCommand =
7777
"Copy the files into the install locations. Run register."
7878
, commandDescription = Just $ \_ ->
7979
wrapText $
80-
"Unlike the copy command, install calls the register command."
81-
++ "If you want to install into a location that is not what was"
80+
"Unlike the copy command, install calls the register command. "
81+
++ "If you want to install into a location that is not what was "
8282
++ "specified in the configure step, use the copy command.\n"
8383
, commandNotes = Nothing
8484
, commandUsage = \pname ->

0 commit comments

Comments
 (0)