replace improper create quota alias

This commit is contained in:
deads2k 2016-08-04 08:02:14 -04:00
parent 16454277aa
commit 0beca8e6be

View File

@ -41,7 +41,7 @@ Create a resourcequota with the specified name, hard limits and optional scopes`
func NewCmdCreateQuota(f *cmdutil.Factory, cmdOut io.Writer) *cobra.Command {
cmd := &cobra.Command{
Use: "quota NAME [--hard=key1=value1,key2=value2] [--scopes=Scope1,Scope2] [--dry-run=bool]",
Aliases: []string{"q"},
Aliases: []string{"resourcequota"},
Short: "Create a quota with the specified name.",
Long: quotaLong,
Example: quotaExample,