add usage for cpu-set
This commit is contained in:
parent
84954e2d20
commit
9651a8043e
1 changed files with 1 additions and 0 deletions
|
@ -185,6 +185,7 @@ var flags = []cli.Flag{
|
|||
cli.StringFlag{
|
||||
EnvVar: "DRONE_LIMIT_CPU_SET",
|
||||
Name: "limit-cpu-set",
|
||||
Usage: "set the cpus allowed to execute containers",
|
||||
},
|
||||
//
|
||||
// remote parameters
|
||||
|
|
Loading…
Reference in a new issue