From 405024db0acad406951254b641d7c8c6cd6ec2d4 Mon Sep 17 00:00:00 2001 From: yanggang Date: Tue, 15 Nov 2022 17:04:02 +0800 Subject: [PATCH] complement sub-command note for containerd-main Signed-off-by: yanggang --- cmd/containerd/command/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/containerd/command/main.go b/cmd/containerd/command/main.go index 97196caab..a721fc510 100644 --- a/cmd/containerd/command/main.go +++ b/cmd/containerd/command/main.go @@ -68,7 +68,7 @@ func App() *cli.App { app.Usage = usage app.Description = ` containerd is a high performance container runtime whose daemon can be started -by using this command. If none of the *config*, *publish*, or *help* commands +by using this command. If none of the *config*, *publish*, *oci-hook*, or *help* commands are specified, the default action of the **containerd** command is to start the containerd daemon in the foreground.