From 3f305e2cf421f3ff2c61b94f155d572f91f569bb Mon Sep 17 00:00:00 2001 From: Lantao Liu Date: Sun, 17 Sep 2017 03:22:11 +0000 Subject: [PATCH] Format the code a bit. Signed-off-by: Lantao Liu --- cmd/cri-containerd/options/options.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/cri-containerd/options/options.go b/cmd/cri-containerd/options/options.go index 04f8cda99..587805d2c 100644 --- a/cmd/cri-containerd/options/options.go +++ b/cmd/cri-containerd/options/options.go @@ -104,7 +104,8 @@ func (c *CRIContainerdOptions) AddFlags(fs *pflag.FlagSet) { "", "The ip address streaming server is listening on. Default host interface is used if this is empty.") fs.StringVar(&c.StreamServerPort, "stream-port", "10010", "The port streaming server is listening on.") - fs.StringVar(&c.CgroupPath, "cgroup-path", "", "The cgroup that cri-containerd is part of. By default cri-containerd is not placed in a cgroup") + fs.StringVar(&c.CgroupPath, "cgroup-path", + "", "The cgroup that cri-containerd is part of. By default cri-containerd is not placed in a cgroup.") fs.BoolVar(&c.EnableSelinux, "selinux-enabled", false, "Enable selinux support.") fs.StringVar(&c.SandboxImage, "sandbox-image",