File tree Expand file tree Collapse file tree
cmd/ctr/commands/namespaces Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ var createCommand = cli.Command{
4747 Name : "create" ,
4848 Aliases : []string {"c" },
4949 Usage : "create a new namespace" ,
50- ArgsUsage : "<name> [<key>=<value]" ,
50+ ArgsUsage : "<name> [<key>=<value> ]" ,
5151 Description : "create a new namespace. it must be unique" ,
5252 Action : func (context * cli.Context ) error {
5353 namespace , labels := commands .ObjectWithLabelArgs (context )
@@ -68,7 +68,7 @@ var setLabelsCommand = cli.Command{
6868 Name : "label" ,
6969 Usage : "set and clear labels for a namespace" ,
7070 ArgsUsage : "<name> [<key>=<value>, ...]" ,
71- Description : "set and clear labels for a namespace" ,
71+ Description : "set and clear labels for a namespace. empty value clears the label " ,
7272 Action : func (context * cli.Context ) error {
7373 namespace , labels := commands .ObjectWithLabelArgs (context )
7474 if namespace == "" {
You can’t perform that action at this time.
0 commit comments