Skip to content

Commit

Permalink
bug: fixes cli description for keystores #287
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Sep 19, 2023
1 parent 051dc9f commit 8e17b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/keystores/impks.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var (

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

Expand Down

0 comments on commit 8e17b4a

Please sign in to comment.