From 8494f7f117c1c54ab94e76c4ddeb879e2686c11b Mon Sep 17 00:00:00 2001 From: "xin.li" Date: Thu, 19 May 2022 00:24:42 +0800 Subject: [PATCH] adjust format in comment Signed-off-by: xin.li --- cmd/ctr/commands/commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ctr/commands/commands.go b/cmd/ctr/commands/commands.go index 1286a8863..372f7cbc2 100644 --- a/cmd/ctr/commands/commands.go +++ b/cmd/ctr/commands/commands.go @@ -37,7 +37,7 @@ var ( }, } - // SnapshotterLabels are cli flags specifying labels which will be add to the new snapshot for container. + // SnapshotterLabels are cli flags specifying labels which will be added to the new snapshot for container. SnapshotterLabels = cli.StringSliceFlag{ Name: "snapshotter-label", Usage: "labels added to the new snapshot for this container.",