From 469b637358b6202dedebdeebed32b4487ab9b1db Mon Sep 17 00:00:00 2001 From: Qian Xiao Date: Mon, 7 Sep 2020 15:50:52 -0700 Subject: [PATCH] Fix ctr command typo. Signed-off-by: Qian Xiao --- cmd/ctr/commands/run/run_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ctr/commands/run/run_unix.go b/cmd/ctr/commands/run/run_unix.go index 07809f5cb..72bacd01d 100644 --- a/cmd/ctr/commands/run/run_unix.go +++ b/cmd/ctr/commands/run/run_unix.go @@ -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, }, }