Skip to content
Snippets Groups Projects
Unverified Commit e1f5d8b0 authored by Mikolaj Konarski's avatar Mikolaj Konarski Committed by GitHub
Browse files

Merge pull request #8346 from haskell/typo-in-update-help

[ docs ] fix typo in cabal update’s help
parents 1b6a5249 3c2d9fdc
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment