Skip to content

Commit

Permalink
chore: update cli usage
Browse files Browse the repository at this point in the history
Signed-off-by: Abiola Ibrahim <git@abiosoft.com>
  • Loading branch information
abiosoft committed Aug 13, 2024
1 parent cabce88 commit c1818be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Run 'colima template' to set the default configurations or 'colima start --edit'
" colima start --arch aarch64\n" +
" colima start --dns 1.1.1.1 --dns 8.8.8.8\n" +
" colima start --dns-host example.com=1.2.3.4\n" +
" colima start --kubernetes --kubernetes-disable=coredns,servicelb,traefik,local-storage,metrics-server",
" colima start --kubernetes --k3s-arg=--disable=coredns,servicelb,traefik,local-storage,metrics-server",
Args: cobra.MaximumNArgs(1),
RunE: func(cmd *cobra.Command, args []string) error {
app := newApp()
Expand Down

0 comments on commit c1818be

Please sign in to comment.