Skip to content

Commit

Permalink
Fix typo in help
Browse files Browse the repository at this point in the history
  • Loading branch information
mrueg committed Jan 20, 2017
1 parent 84f1bb4 commit a1055b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drone/agent/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down
2 changes: 1 addition & 1 deletion drone/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit a1055b2

Please sign in to comment.