From 1b121d42dbc3c513cd9cb47714b251166f5c0173 Mon Sep 17 00:00:00 2001 From: Phil de Joux Date: Sat, 4 Jan 2025 12:19:54 -0500 Subject: [PATCH] Change synopsis of command, target verb --- cabal-install/src/Distribution/Client/CmdTarget.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cabal-install/src/Distribution/Client/CmdTarget.hs b/cabal-install/src/Distribution/Client/CmdTarget.hs index c97be3a1f4d..90ad709e88b 100644 --- a/cabal-install/src/Distribution/Client/CmdTarget.hs +++ b/cabal-install/src/Distribution/Client/CmdTarget.hs @@ -55,7 +55,7 @@ targetCommand :: CommandUI (NixStyleFlags ()) targetCommand = CommandUI { commandName = "v2-target" - , commandSynopsis = "Disclose selected targets." + , commandSynopsis = "Target a subset of all targets." , commandUsage = usageAlternatives "v2-target" ["[TARGETS]"] , commandDescription = Just . const . render $