Skip to content

Commit

Permalink
Minor help wording change
Browse files Browse the repository at this point in the history
  • Loading branch information
silphid authored May 27, 2021
1 parent 366e548 commit e84ee66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/get/tidy/tidy.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
func New() *cobra.Command {
return &cobra.Command{
Use: "tidy",
Short: "cleans unreferenced project containers",
Short: "Removes unreferenced containers",
Args: cobra.NoArgs,
RunE: func(cmd *cobra.Command, args []string) error {
return run(cmd.Context())
Expand Down

0 comments on commit e84ee66

Please sign in to comment.