Skip to content

Commit 6927ede

Browse files
cli: add quotes to k3s-arg example for colima start (#1230)
1 parent 7b9cf2d commit 6927ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/start.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Run 'colima template' to set the default configurations or 'colima start --edit'
4545
" colima start --arch aarch64\n" +
4646
" colima start --dns 1.1.1.1 --dns 8.8.8.8\n" +
4747
" colima start --dns-host example.com=1.2.3.4\n" +
48-
" colima start --kubernetes --k3s-arg=--disable=coredns,servicelb,traefik,local-storage,metrics-server",
48+
" colima start --kubernetes --k3s-arg=\"--disable=coredns,servicelb,traefik,local-storage,metrics-server\"",
4949
Args: cobra.MaximumNArgs(1),
5050
RunE: func(cmd *cobra.Command, args []string) error {
5151
app := newApp()

0 commit comments

Comments
 (0)