removed default value for -master commandline argument.
This commit is contained in:
parent
bb5df1e3ad
commit
3d07efe15d
1 changed files with 1 additions and 1 deletions
|
@ -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.")
|
||||
|
|
Reference in a new issue