Skip to content

Commit 7b0802c

Browse files
authored
Merge pull request containerd#10004 from zjumoon01/ctr
ctr: fix parsing mount options
2 parents b0d00f8 + ab2c569 commit 7b0802c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/ctr/app/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ stable from release to release of the containerd project.`
8686
8787
containerd CLI
8888
`
89+
app.DisableSliceFlagSeparator = true
8990
app.EnableBashCompletion = true
9091
app.Flags = []cli.Flag{
9192
&cli.BoolFlag{

0 commit comments

Comments
 (0)