Skip to content

Commit

Permalink
Update delete short usage message
Browse files Browse the repository at this point in the history
  • Loading branch information
Kargakis committed Apr 1, 2015
1 parent 762c449 commit 3c09d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kubectl/cmd/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func (f *Factory) NewCmdDelete(out io.Writer) *cobra.Command {
var filenames util.StringList
cmd := &cobra.Command{
Use: "delete ([-f FILENAME] | (RESOURCE [(ID | -l label | --all)]",
Short: "Delete a resource by filename, stdin, or resource and ID.",
Short: "Delete a resource by filename, stdin, resource and ID, or by resources and label selector.",
Long: delete_long,
Example: delete_example,
Run: func(cmd *cobra.Command, args []string) {
Expand Down

0 comments on commit 3c09d4d

Please sign in to comment.