Merge pull request #4540 from pbxqdown/master

Fix ctr command typo.
This commit is contained in:
Phil Estes
2020-09-08 08:31:01 -04:00
committed by GitHub

View File

@@ -65,7 +65,7 @@ var platformRunFlags = []cli.Flag{
},
cli.Float64Flag{
Name: "cpus",
Usage: "set the CFS cpu qouta",
Usage: "set the CFS cpu quota",
Value: 0.0,
},
}