Merge pull request #23935 from LK4D4/fix_net_create_use
cli: fix network create usage
This commit is contained in:
commit
824290a37e
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue