summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_vty.c
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2022-10-13 19:47:04 +0200
committerGitHub <noreply@github.com>2022-10-13 19:47:04 +0200
commite3e3d729c42505910e0b396899bfd50e2d7b2404 (patch)
treefa49a9c2839a88ef7ec339b76e0fe99913c818c9 /bgpd/bgp_vty.c
parentMerge pull request #12115 from donaldsharp/ospf_unnumbered_showdown (diff)
parentpython: use ujson if available (diff)
downloadfrr-e3e3d729c42505910e0b396899bfd50e2d7b2404.tar.xz
frr-e3e3d729c42505910e0b396899bfd50e2d7b2404.zip
Merge pull request #12066 from opensourcerouting/cleanup-cli-xref
*: clean up various CLI-related bits
Diffstat (limited to 'bgpd/bgp_vty.c')
-rw-r--r--bgpd/bgp_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c
index b85f3707b..e574ae780 100644
--- a/bgpd/bgp_vty.c
+++ b/bgpd/bgp_vty.c
@@ -5816,7 +5816,7 @@ ALIAS_HIDDEN(neighbor_remove_private_as_all,
"neighbor <A.B.C.D|X:X::X:X|WORD> remove-private-AS all",
NEIGHBOR_STR NEIGHBOR_ADDR_STR2
"Remove private ASNs in outbound updates\n"
- "Apply to all AS numbers")
+ "Apply to all AS numbers\n")
DEFUN (neighbor_remove_private_as_replace_as,
neighbor_remove_private_as_replace_as_cmd,