Skip to content

Commit

Permalink
Improve connect-cluster instructions. (#3684)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigkevmcd authored Dec 7, 2023
1 parent 7a26044 commit e3b19a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gitops/app/connect/clusters/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func ConnectCommand(opts *config.Options) *cobra.Command {
Aliases: []string{"clusters"},
Short: "Connect cluster with remote cluster",
Example: `
# Connect cluster
# Connect a Gitops cluster by creating a secret with API access details
gitops connect cluster [PARAMS] <CLUSTER_NAME>
`,
SilenceUsage: true,
Expand Down

0 comments on commit e3b19a8

Please sign in to comment.