Fix daemon.off Usage string
It looks like this was copypasta'd from daemon.debug
This commit is contained in:
parent
2c6cbdba0d
commit
d59fbe8499
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user