Merge pull request #141 from gtaylor/patch-1 [ci skip]

Fix daemon.off Usage string
This commit is contained in:
Brad Rydzewski 2017-08-28 10:35:28 -07:00 committed by GitHub
commit e4914e891a
1 changed files with 1 additions and 1 deletions

View File

@ -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{