remove removed flags from usage examples

This commit is contained in:
Mike Danese
2015-06-09 12:55:45 -07:00
parent c1e9a413a3
commit 401d3c43fd
3 changed files with 1 additions and 11 deletions

View File

@@ -164,9 +164,6 @@ You can use \-\-output=template \-\-template=TEMPLATE to extract specific values
// Show Merged kubeconfig settings.
$ kubectl config view
// Show only local kubeconfig settings
$ kubectl config view \-\-local
// Get the password for the e2e user
$ kubectl config view \-o template \-\-template='\{\{range .users\}\}\{\{ if eq .name "e2e" \}\}\{\{ index .user.password \}\}\{\{end\}\}\{\{end\}\}'