Fix ctr command typo.

Signed-off-by: Qian Xiao <heyheyco@gmail.com>
This commit is contained in:
Qian Xiao 2020-09-07 15:50:52 -07:00
parent fabebe5d55
commit 469b637358

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,
},
}