Merge pull request #6956 from my-git9/mygit2

adjust format in comment
This commit is contained in:
Kazuyoshi Kato 2022-05-19 14:44:12 -07:00 committed by GitHub
commit 868c7c3fa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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{ SnapshotterLabels = cli.StringSliceFlag{
Name: "snapshotter-label", Name: "snapshotter-label",
Usage: "labels added to the new snapshot for this container.", Usage: "labels added to the new snapshot for this container.",