Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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