13647: Count "failed to start services" as failure, not success.
[arvados.git] / services / keepproxy / keepproxy.go
index 68500748148be5a1cdf744311481d5205a7c8b76..9244fe00cb165b174005383163b2f24f0a22331e 100644 (file)
@@ -43,7 +43,6 @@ const rfc3339NanoFixed = "2006-01-02T15:04:05.000000000Z07:00"
 
 func configure(logger log.FieldLogger, args []string) (*arvados.Cluster, error) {
        flags := flag.NewFlagSet(args[0], flag.ExitOnError)
-       flags.Usage = usage
 
        dumpConfig := flags.Bool("dump-config", false, "write current configuration to stdout and exit")
        getVersion := flags.Bool("version", false, "Print version information and exit.")