Skip to content

Commit

Permalink
Merge pull request #9770 from ffaf1/missing-full-stop
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
mergify[bot] committed Mar 6, 2024
2 parents ec71d1f + 6bad26a commit 31f936e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cabal-install/src/Distribution/Client/Setup.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3408,7 +3408,7 @@ pathCommand :: CommandUI PathFlags
pathCommand =
CommandUI
{ commandName = "path"
, commandSynopsis = "Display paths used by cabal"
, commandSynopsis = "Display paths used by cabal."
, commandDescription = Just $ \_ ->
wrapText $
"This command prints the directories that are used by cabal,"
Expand Down

0 comments on commit 31f936e

Please sign in to comment.