Skip to content

Commit

Permalink
Fix typo in command help
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusweig committed May 11, 2019
1 parent a64ea48 commit 3c9b37c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions konfig
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ EXAMPLES
Export ctx1 and ctx2 into combined.yaml
$ konfig export -k ~/.kube/config -k k3s.yaml ctx1 ctx2 > combined.yaml
Export merge two configs
$ konfig export ~/.kube/config k3s.yaml > merged-and-flattened
Merge two configs
$ konfig merge ~/.kube/config k3s.yaml > merged-and-flattened
or
$ konfig export -p ~/.kube/config k3s.yaml > merged-not-flattened
$ konfig merge -p ~/.kube/config k3s.yaml > merged-not-flattened
EOF
}
Expand Down

0 comments on commit 3c9b37c

Please sign in to comment.