Skip to content

Commit

Permalink
Update one flag help string
Browse files Browse the repository at this point in the history
  • Loading branch information
t0xicCode committed Mar 23, 2017
1 parent 350c2fd commit 526215f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmds/task/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func init() {
fs := runCmd.Flags()

fs.StringVar(&runPayload.ProvisionerID, "provisioner", "", "ID of the provisioner to use")
fs.StringVar(&runPayload.WorkerType, "worker-type", "", "worker-type to use within the provisioner")
fs.StringVar(&runPayload.WorkerType, "worker-type", "", "Type of worker to use within the provisioner")
fs.StringSliceP("env", "e", []string{}, "Environment variable to add to the task's environment (repeatable) (format: VARIABLE=VALUE)")
fs.StringVar(&runPayload.Metadata.Name, "name", "Taskcluster-cli Task", "Human readable name of the task")
fs.StringVar(&runPayload.Metadata.Description, "description", "Created by Taskcluster-cli", "Human readable description of the task")
Expand Down

0 comments on commit 526215f

Please sign in to comment.