mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
cli: fix network create usage
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
parent
86d5c7e759
commit
159e7341ad
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…
Reference in a new issue