Skip to content

Commit

Permalink
update usage
Browse files Browse the repository at this point in the history
  • Loading branch information
shireenf-ibm committed Aug 13, 2023
1 parent f264a04 commit 78f0249
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 @@ -30,7 +30,7 @@ type diffNetpolCommand struct {
func Command(cliEnvironment environment.Environment) *cobra.Command {
diffNetpolCmd := &diffNetpolCommand{env: cliEnvironment}
c := &cobra.Command{
Use: "connectivity-diff <folder-path1> <folder-path2>",
Use: "connectivity-diff --dir1=<folder-path1> --dir2=<folder-path2>",
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 Kubernetes workloads and network policy 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 78f0249

Please sign in to comment.