Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
improve desc
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Aug 7, 2021
1 parent 43ca118 commit 584f2fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/org/enableac.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import (
//Cmd to set mart endpoint
var AcCmd = &cobra.Command{
Use: "enable-apigee-connect",
Short: "Set MART endpoint for an Apigee Org",
Long: "Set MART endpoint for an Apigee Org",
Short: "Enable Apigee Connect for an Apigee Org",
Long: "Enable Apigee Connect for an Apigee Org",
Args: func(cmd *cobra.Command, args []string) (err error) {
return apiclient.SetApigeeOrg(org)
},
Expand Down

0 comments on commit 584f2fc

Please sign in to comment.