From 78f0249c4c4dacb0cd110a4b5cb77159e2ff3902 Mon Sep 17 00:00:00 2001 From: shireenf-ibm Date: Sun, 13 Aug 2023 16:15:22 +0300 Subject: [PATCH] update usage --- roxctl/connectivity-diff/netpol.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roxctl/connectivity-diff/netpol.go b/roxctl/connectivity-diff/netpol.go index e69e852e8ea89..d2e1c4465fed0 100644 --- a/roxctl/connectivity-diff/netpol.go +++ b/roxctl/connectivity-diff/netpol.go @@ -30,7 +30,7 @@ type diffNetpolCommand struct { func Command(cliEnvironment environment.Environment) *cobra.Command { diffNetpolCmd := &diffNetpolCommand{env: cliEnvironment} c := &cobra.Command{ - Use: "connectivity-diff ", + Use: "connectivity-diff --dir1= --dir2=", 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.