Skip to content

Commit

Permalink
Update the summary of yank
Browse files Browse the repository at this point in the history
Do not summarise the `yank` subcommand using the term "yank".  Instead
describe the effect of the operation.

Signed-off-by: Aidan Delaney <[email protected]>
  • Loading branch information
AidanDelaney committed Jul 12, 2023
1 parent cc6b001 commit 9e17e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/buildpack_yank.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func BuildpackYank(logger logging.Logger, cfg config.Config, pack PackClient) *c
cmd := &cobra.Command{
Use: "yank <buildpack-id-and-version>",
Args: cobra.ExactArgs(1),
Short: "Yank a buildpack from a registry",
Short: "Mark a buildpack on a Buildpack registry as unusable",
Example: "pack yank [email protected]",
RunE: logError(logger, func(cmd *cobra.Command, args []string) error {
buildpackIDVersion := args[0]
Expand Down

0 comments on commit 9e17e76

Please sign in to comment.