Explorar o código

remove [--args] from definition

Anish Mukherjee %!s(int64=2) %!d(string=hai) anos
pai
achega
9e8f41f491
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      cli/cmd/enrollment_key/create.go

+ 1 - 1
cli/cmd/enrollment_key/create.go

@@ -17,7 +17,7 @@ var (
 )
 
 var enrollmentKeyCreateCmd = &cobra.Command{
-	Use:   "create [--args]",
+	Use:   "create",
 	Args:  cobra.NoArgs,
 	Short: "Create an enrollment key",
 	Long:  `Create an enrollment key`,