Update delete short usage message

This commit is contained in:
kargakis 2015-04-01 17:14:13 +02:00
parent 762c449043
commit 3c09d4d383

View File

@ -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) {