Skip to content

Commit

Permalink
attempt to run Mesosfile by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschoon committed Mar 8, 2017
1 parent 7145702 commit 525ca96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func (_ Run) Desc() string { return "Run tasks on Mesos" }

func (_ Run) Init(profile config.ProfileFn) func(*cli.Cmd) {
return func(cmd *cli.Cmd) {
cmd.Spec = "[OPTIONS] FILE"
cmd.Spec = "[OPTIONS] [FILE]"

var (
file = cmd.StringArg("FILE", "Mesosfile", "File containing Mesos TaskInfos, - for stdin")
Expand Down

0 comments on commit 525ca96

Please sign in to comment.