Skip to content

Commit

Permalink
bgp: minor fix to bgp command help output
Browse files Browse the repository at this point in the history
Signed-off-by: harsimran pabla <[email protected]>
  • Loading branch information
harsimran-pabla authored and tklauser committed Jun 19, 2023
1 parent 3672d96 commit 02470c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/cli/cmd/bgp.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ func newCmdBgpPeers() *cobra.Command {

cmd := &cobra.Command{
Use: "peers",
Short: "Gets BGP peering status",
Long: "Gets BGP peering status from all nodes in the cluster",
Short: "Lists BGP peering state",
Long: "This command lists the BGP state from all nodes in the cluster",
RunE: func(cmd *cobra.Command, args []string) error {
params.CiliumNamespace = namespace

Expand Down

0 comments on commit 02470c8

Please sign in to comment.