We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4067f93 + 54cb686 commit b0c52fcCopy full SHA for b0c52fc
Cabal/src/Distribution/Simple/Setup/Install.hs
@@ -77,8 +77,8 @@ installCommand =
77
"Copy the files into the install locations. Run register."
78
, commandDescription = Just $ \_ ->
79
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"
+ "Unlike the copy command, install calls the register command. "
+ ++ "If you want to install into a location that is not what was "
82
++ "specified in the configure step, use the copy command.\n"
83
, commandNotes = Nothing
84
, commandUsage = \pname ->
0 commit comments