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.",