Skip to content

Commit e1f5d8b

Browse files
authored
Merge pull request #8346 from haskell/typo-in-update-help
[ docs ] fix typo in cabal update’s help
2 parents 1b6a524 + 3c2d9fd commit e1f5d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cabal-install/src/Distribution/Client/CmdUpdate.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ updateCommand = CommandUI
8585
++ " " ++ pname ++ " v2-update hackage.haskell.org,HEAD\n"
8686
++ " " ++ pname ++ " v2-update hackage.haskell.org\n"
8787
++ " Download hackage.haskell.org at a specific index state.\n\n"
88-
++ " " ++ pname ++ " new update hackage.haskell.org head.hackage\n"
88+
++ " " ++ pname ++ " v2-update hackage.haskell.org head.hackage\n"
8989
++ " Download hackage.haskell.org and head.hackage\n"
9090
++ " head.hackage must be a known repo-id. E.g. from\n"
9191
++ " your cabal.project(.local) file.\n"

0 commit comments

Comments
 (0)