Skip to content

Commit

Permalink
Rename install-tool to install #153
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Jun 10, 2015
1 parent 28101ad commit 59df025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ main =
"Build the project(s) in this directory/configuration"
(buildCmd DoNothing)
(buildOpts False)
addCommand "install-tool"
addCommand "install"
"Build executables and install to a user path"
(buildCmd DoNothing)
(buildOpts True)
Expand Down

0 comments on commit 59df025

Please sign in to comment.