From e825ca53bd145e71c43fd2e7fc0c740c323f087b Mon Sep 17 00:00:00 2001 From: Irfan Ur Rehman Date: Sun, 25 Jun 2017 22:23:21 +0530 Subject: [PATCH] [Federation][Kubefed] Address review comment --- federation/pkg/kubefed/unjoin.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/federation/pkg/kubefed/unjoin.go b/federation/pkg/kubefed/unjoin.go index d7c65fb7537..2de4468086b 100644 --- a/federation/pkg/kubefed/unjoin.go +++ b/federation/pkg/kubefed/unjoin.go @@ -40,12 +40,12 @@ import ( var ( unjoin_long = templates.LongDesc(` - Unjoin removes a cluster from a federation. + Unjoin a cluster from a federation. Current context is assumed to be a federation endpoint. Please use the --context flag otherwise.`) unjoin_example = templates.Examples(` - # Unjoin removes the specified cluster from a federation. + # Unjoin the specified cluster from a federation. # Federation control plane's host cluster context name # must be specified via the --host-cluster-context flag # to properly cleanup the credentials.