Skip to content

Commit a3571c8

Browse files
authored
Fix a typo (#1453)
Signed-off-by: ytimocin <[email protected]>
1 parent aa0436e commit a3571c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/stop.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ dapr stop --run-file /path/to/directory -k
9898
func init() {
9999
StopCmd.Flags().StringVarP(&stopAppID, "app-id", "a", "", "The application id to be stopped")
100100
StopCmd.Flags().StringVarP(&runFilePath, "run-file", "f", "", "Path to the run template file for the list of apps to stop")
101-
StopCmd.Flags().BoolVarP(&stopK8s, "kubernetes", "k", false, "Stop deployments in Kunernetes based on multi-app run file")
101+
StopCmd.Flags().BoolVarP(&stopK8s, "kubernetes", "k", false, "Stop deployments in Kubernetes based on multi-app run file")
102102
StopCmd.Flags().BoolP("help", "h", false, "Print this help message")
103103
RootCmd.AddCommand(StopCmd)
104104
}

0 commit comments

Comments
 (0)