Skip to content

Commit 99d06cd

Browse files
committed
typo
1 parent 2ddae52 commit 99d06cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/logout.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,5 @@ func logout(cmd *cobra.Command, args []string) {
8585
func init() {
8686
logoutCmd.Flags().String("url", "", "instance URL")
8787
logoutCmd.Flags().StringP("namespace", "n", "", "k8s namespace")
88-
logoutCmd.Flags().Bool("all", false, "remote all saved logins")
88+
logoutCmd.Flags().Bool("all", false, "remove all saved logins")
8989
}

0 commit comments

Comments
 (0)