Skip to content

Commit

Permalink
Merge pull request #8346 from haskell/typo-in-update-help
Browse files Browse the repository at this point in the history
[ docs ] fix typo in cabal update’s help
  • Loading branch information
Mikolaj authored Aug 16, 2022
2 parents 1b6a524 + 3c2d9fd commit e1f5d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cabal-install/src/Distribution/Client/CmdUpdate.hs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ updateCommand = CommandUI
++ " " ++ pname ++ " v2-update hackage.haskell.org,HEAD\n"
++ " " ++ pname ++ " v2-update hackage.haskell.org\n"
++ " Download hackage.haskell.org at a specific index state.\n\n"
++ " " ++ pname ++ " new update hackage.haskell.org head.hackage\n"
++ " " ++ pname ++ " v2-update hackage.haskell.org head.hackage\n"
++ " Download hackage.haskell.org and head.hackage\n"
++ " head.hackage must be a known repo-id. E.g. from\n"
++ " your cabal.project(.local) file.\n"
Expand Down

0 comments on commit e1f5d8b

Please sign in to comment.