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
commit d43d546a8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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