Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Missing full stop.
  • Loading branch information
ffaf1 authored and Mikolaj committed Mar 6, 2024
1 parent ec71d1f commit 6bad26a
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 6bad26a

Please sign in to comment.