Skip to content

Commit

Permalink
Change synopsis of command, target verb
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Jan 4, 2025
1 parent 7f1f5be commit 1b121d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cabal-install/src/Distribution/Client/CmdTarget.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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 $
Expand Down

0 comments on commit 1b121d4

Please sign in to comment.