Merge pull request #1911 from mrueg/typo [ci skip]

Fix typo
This commit is contained in:
Brad Rydzewski 2017-01-20 20:10:52 +07:00 committed by GitHub
commit 4a57d93b53
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ var AgentCmd = cli.Command{
cli.StringFlag{
EnvVar: "DOCKER_HOST",
Name: "docker-host",
Usage: "docker deamon address",
Usage: "docker daemon address",
Value: "unix:///var/run/docker.sock",
},
cli.BoolFlag{

View file

@ -95,7 +95,7 @@ var execCmd = cli.Command{
cli.StringFlag{
EnvVar: "DOCKER_HOST",
Name: "docker-host",
Usage: "docker deamon address",
Usage: "docker daemon address",
Value: "unix:///var/run/docker.sock",
},
cli.BoolFlag{