From 3c9b37c634d347006c017ed6af5de91392464180 Mon Sep 17 00:00:00 2001 From: Cornelius Weig <22861411+corneliusweig@users.noreply.github.com> Date: Sun, 12 May 2019 01:06:53 +0200 Subject: [PATCH] Fix typo in command help --- konfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/konfig b/konfig index 03386a0..793c04c 100755 --- a/konfig +++ b/konfig @@ -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 }