From 9ce8f5e1fcc6a0ed74638b963cab4deb4ae4c64f Mon Sep 17 00:00:00 2001 From: aditya-K2 Date: Mon, 24 Apr 2023 10:22:08 +0530 Subject: [PATCH] Remove repeated info Kubernetes-commit: 28ac914bc54a946188b98254dfe85a0d721e22f5 --- pkg/cmd/edit/edit.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/cmd/edit/edit.go b/pkg/cmd/edit/edit.go index 3964c0ab3..39a3a70e4 100644 --- a/pkg/cmd/edit/edit.go +++ b/pkg/cmd/edit/edit.go @@ -48,9 +48,6 @@ var ( The default format is YAML. To edit in JSON, specify "-o json". - Shell defaults to /bin/bash if the SHELL environment variable is not set. - To override the shell location set the SHELL environment variable with the desired shell location. - The flag --windows-line-endings can be used to force Windows line endings, otherwise the default for your operating system will be used.