From 6bad26a2dfef9106dd2ef51f340e34486d53eea4 Mon Sep 17 00:00:00 2001 From: Francesco Ariis Date: Sun, 3 Mar 2024 14:52:36 +0100 Subject: [PATCH] Fix typo Missing full stop. --- cabal-install/src/Distribution/Client/Setup.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cabal-install/src/Distribution/Client/Setup.hs b/cabal-install/src/Distribution/Client/Setup.hs index 85cc76656..85f00dd96 100644 --- a/cabal-install/src/Distribution/Client/Setup.hs +++ b/cabal-install/src/Distribution/Client/Setup.hs @@ -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," -- 2.11.4.GIT