Skip to content

Commit

Permalink
Add missing space.
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
  • Loading branch information
ezyang committed Feb 3, 2017
1 parent 21b9616 commit 072892b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cabal-install/Distribution/Client/CmdBuild.hs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ buildCommand = Client.installCommand {
commandUsage = usageAlternatives "new-build" [ "[FLAGS]"
, "[FLAGS] TARGETS" ],
commandDescription = Just $ \_ -> wrapText $
"Builds a Nix-local build project, automatically building and installing"
"Builds a Nix-local build project, automatically building and installing "
++ "necessary dependencies.",
commandNotes = Just $ \pname ->
"Examples:\n"
Expand Down

0 comments on commit 072892b

Please sign in to comment.