removed default value for -master commandline argument.

This commit is contained in:
Pradyumna Kaushik 2017-10-03 01:38:34 -04:00
parent bb5df1e3ad
commit 3d07efe15d

View file

@ -15,7 +15,7 @@ import (
"time"
)
var master = flag.String("master", "<mesos-master>:5050", "Location of leading Mesos master")
var master = flag.String("master", "Location of leading Mesos master -- <mesos-master>:<port>")
var tasksFile = flag.String("workload", "", "JSON file containing task definitions")
var wattsAsAResource = flag.Bool("wattsAsAResource", false, "Enable Watts as a Resource. "+
"This allows the usage of the Watts attribute (if present) in the workload definition during offer matching.")