Skip to content

Commit

Permalink
chore: update descriptions #336
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Nov 29, 2023
1 parent 869451f commit 445b960
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/apis/bundlecrtapis.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
var BundleCreateCmd = &cobra.Command{
Use: "bundle",
Short: "Creates an API proxy from an Zip or folder",
Long: "Creates an API proxy from an Zip or folder",
Long: "Creates an API proxy from an Zip or folder; Optionally deploy the API to an env",
Args: func(cmd *cobra.Command, args []string) (err error) {
if proxyZip != "" && proxyFolder != "" {
return fmt.Errorf("proxy bundle (zip) and folder to an API proxy cannot be combined")
Expand Down
2 changes: 1 addition & 1 deletion cmd/sharedflows/bundlecrtsf.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (
var BundleCreateCmd = &cobra.Command{
Use: "bundle",
Short: "Creates a sharedflow in an Apigee Org",
Long: "Creates a sharedflow in an Apigee Org",
Long: "Creates a sharedflow in an Apigee Org; Optionally deploy the sharedflow to an env",
Args: func(cmd *cobra.Command, args []string) (err error) {
apiclient.SetApigeeEnv(env)
if sfZip != "" && sfFolder != "" {
Expand Down
2 changes: 1 addition & 1 deletion cmd/targetservers/impts.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var filePath string

func init() {
ImpCmd.Flags().StringVarP(&filePath, "file", "f",
"", "File containing API Products")
"", "Path to a file containing Target Servers")
ImpCmd.Flags().IntVarP(&conn, "conn", "c",
4, "Number of connections")

Expand Down

0 comments on commit 445b960

Please sign in to comment.