Ver Fonte

Merge pull request #23935 from LK4D4/fix_net_create_use

cli: fix network create usage
Brian Goff há 9 anos atrás
pai
commit
824290a37e
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      api/client/network/create.go

+ 1 - 1
api/client/network/create.go

@@ -40,7 +40,7 @@ func newCreateCommand(dockerCli *client.DockerCli) *cobra.Command {
 	}
 
 	cmd := &cobra.Command{
-		Use:   "create",
+		Use:   "create [OPTIONS] NETWORK",
 		Short: "Create a network",
 		Args:  cli.ExactArgs(1),
 		RunE: func(cmd *cobra.Command, args []string) error {