File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ func NewCmd() *cobra.Command {
201201 kmeshctl waypoint apply --namespace default --wait
202202
203203 # Apply a waypoint to a specific pod
204- kmesh waypoint apply -n default --name reviews-v2-pod-waypoint --for workload` ,
204+ kmeshctl waypoint apply -n default --name reviews-v2-pod-waypoint --for workload` ,
205205 RunE : func (cmd * cobra.Command , args []string ) error {
206206 kubeClient , err := utils .CreateKubeClient ()
207207 if err != nil {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ kmeshctl waypoint apply [flags]
2020 kmeshctl waypoint apply --namespace default --wait
2121
2222 # Apply a waypoint to a specific pod
23- kmesh waypoint apply -n default --name reviews-v2-pod-waypoint --for workload
23+ kmeshctl waypoint apply -n default --name reviews-v2-pod-waypoint --for workload
2424```
2525
2626### Options
You can’t perform that action at this time.
0 commit comments