Skip to content

Commit

Permalink
style: rephrase pola --help output
Browse files Browse the repository at this point in the history
Signed-off-by: Hunter Gregory <[email protected]>
  • Loading branch information
huntergregory committed Oct 30, 2024
1 parent 5ce1ca7 commit b096905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/policy-assistant/pkg/cli/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func SetupRootCommand() *cobra.Command {
flags := &RootFlags{}
command := &cobra.Command{
Use: "pola",
Short: "explain, probe, and query network policies",
Short: "policy assistant for developing and troubleshooting any kubernetes network policy (NPv1, ANP, or BANP)",
PersistentPreRunE: func(cmd *cobra.Command, args []string) error {
return utils.SetUpLogger(flags.Verbosity)
},
Expand Down

0 comments on commit b096905

Please sign in to comment.