mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Windows: Mark run-service flag as hidden
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
678ff27f0f
commit
102a38ceb1
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ func installServiceFlags(flags *pflag.FlagSet) {
|
|||
flRegisterService = flags.Bool("register-service", false, "Register the service and exit")
|
||||
flUnregisterService = flags.Bool("unregister-service", false, "Unregister the service and exit")
|
||||
flRunService = flags.Bool("run-service", false, "")
|
||||
flags.MarkHidden("run-service")
|
||||
}
|
||||
|
||||
type handler struct {
|
||||
|
|
Loading…
Reference in a new issue