Skip to content

Commit

Permalink
Update roxctl/connectivity-diff/netpol.go
Browse files Browse the repository at this point in the history
Co-authored-by: Adi Sosnovich <[email protected]>
  • Loading branch information
shireenf-ibm and adisos authored Aug 9, 2023
1 parent 0223185 commit 8f452a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roxctl/connectivity-diff/netpol.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func Command(cliEnvironment environment.Environment) *cobra.Command {
diffNetpolCmd := &diffNetpolCommand{env: cliEnvironment}
c := &cobra.Command{
Use: "connectivity-diff <folder-path1> <folder-path2>",
Short: "(Technology Preview) Report connectivity diff based on two directories of network policies and other resources.",
Short: "(Technology Preview) Report connectivity diff based on two directories of network policies and workload resources YAML manifests.",
Long: `Based on given two folders containing deployment, network policy and other networking resources YAMLs, will Report all differences in allowed connections between the directories.
Will write to stdout if no output flags are provided.
Expand Down

0 comments on commit 8f452a6

Please sign in to comment.