update commented examples just remove $

This commit is contained in:
AdoHe
2016-02-29 09:41:09 -05:00
parent 1d4a9e88e0
commit 9cc668f7c6
107 changed files with 388 additions and 388 deletions

View File

@@ -31,7 +31,7 @@ type CurrentContextOptions struct {
const (
current_context_long = `Displays the current-context`
current_context_example = `# Display the current-context
$ kubectl config current-context`
kubectl config current-context`
)
func NewCmdConfigCurrentContext(out io.Writer, configAccess ConfigAccess) *cobra.Command {