Skip to content

Commit 02e0139

Browse files
authored
Merge pull request #1840 from AidanDelaney/update-yank-summary
Update the summary of `yank`
2 parents e99f639 + 90106e1 commit 02e0139

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/commands/buildpack_yank.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func BuildpackYank(logger logging.Logger, cfg config.Config, pack PackClient) *c
2323
cmd := &cobra.Command{
2424
Use: "yank <buildpack-id-and-version>",
2525
Args: cobra.ExactArgs(1),
26-
Short: "Yank a buildpack from a registry",
26+
Short: "Mark a buildpack on a Buildpack registry as unusable",
2727
Example: "pack yank my-buildpack@0.0.1",
2828
RunE: logError(logger, func(cmd *cobra.Command, args []string) error {
2929
buildpackIDVersion := args[0]

0 commit comments

Comments
 (0)