Fix daemon.off Usage string

It looks like this was copypasta'd from daemon.debug
This commit is contained in:
Greg Taylor 2017-08-28 08:23:28 -07:00 committed by GitHub
parent 2c6cbdba0d
commit d59fbe8499
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{