Skip to content

Commit 54cb686

Browse files
committed
Fix installCommand description typo
1 parent 4067f93 commit 54cb686

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)