Skip to content

Commit

Permalink
Improve stack upgrade --help documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyzab committed Aug 22, 2017
1 parent 7b4b10b commit 6bdec1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Stack/Upgrade.hs
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ upgradeOpts = UpgradeOpts
<> showDefault))
<*> switch
(long "force-download" <>
help "Download a stack executable, even if the version number is older than what we have")
help "Download the latest available stack executable")
<*> optional (strOption
(long "binary-version" <>
help "Download a specific version, even if it's out of date"))
help "Download a specific stack version"))
<*> optional (strOption
(long "github-org" <>
help "Github organization name"))
Expand Down

0 comments on commit 6bdec1d

Please sign in to comment.