Skip to content

Commit 31f936e

Browse files
authored
Merge pull request #9770 from ffaf1/missing-full-stop
Fix typo
2 parents ec71d1f + 6bad26a commit 31f936e

File tree

1 file changed

+1
-1
lines changed
  • cabal-install/src/Distribution/Client

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3408,7 +3408,7 @@ pathCommand :: CommandUI PathFlags
34083408
pathCommand =
34093409
CommandUI
34103410
{ commandName = "path"
3411-
, commandSynopsis = "Display paths used by cabal"
3411+
, commandSynopsis = "Display paths used by cabal."
34123412
, commandDescription = Just $ \_ ->
34133413
wrapText $
34143414
"This command prints the directories that are used by cabal,"

0 commit comments

Comments
 (0)