mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
replace improper create quota alias
This commit is contained in:
parent
16454277aa
commit
0beca8e6be
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user