Merge pull request #27463 from Microsoft/jjh/runservice

Windows: Mark run-service flag as hidden
This commit is contained in:
Vincent Demeester 2016-10-18 15:51:10 +02:00 committed by GitHub
commit 15ea28f6db
1 changed files with 1 additions and 0 deletions

View File

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