Skip to content

Commit

Permalink
chore: fix param description
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Dec 1, 2023
1 parent def9726 commit 6cb4803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/securityprofiles/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func init() {
ExpCmd.Flags().IntVarP(&conn, "conn", "c",
4, "Number of connections")
ExpCmd.Flags().StringVarP(&folder, "folder", "f",
"", "folder to export API proxy bundles")
"", "folder to export Security Profiles")
ExpCmd.Flags().BoolVarP(&allRevisions, "all", "",
false, "Export all proxy revisions")
}

0 comments on commit 6cb4803

Please sign in to comment.