diff --git a/roxctl/connectivity-diff/netpol.go b/roxctl/connectivity-diff/netpol.go index 5a5b3c04feca3..ed874b588ab23 100644 --- a/roxctl/connectivity-diff/netpol.go +++ b/roxctl/connectivity-diff/netpol.go @@ -31,7 +31,7 @@ func Command(cliEnvironment environment.Environment) *cobra.Command { diffNetpolCmd := &diffNetpolCommand{env: cliEnvironment} c := &cobra.Command{ Use: "connectivity-diff ", - 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.