Skip to content

Commit

Permalink
Merge pull request drone-plugins#141 from gtaylor/patch-1 [ci skip]
Browse files Browse the repository at this point in the history
Fix daemon.off Usage string
  • Loading branch information
bradrydzewski authored Aug 28, 2017
2 parents 2c6cbdb + d59fbe8 commit e4914e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/drone-docker/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func main() {
},
cli.BoolFlag{
Name: "daemon.off",
Usage: "docker daemon executes in debug mode",
Usage: "don't start the docker daemon",
EnvVar: "PLUGIN_DAEMON_OFF",
},
cli.StringFlag{
Expand Down

0 comments on commit e4914e8

Please sign in to comment.