diff options
Diffstat (limited to 'ryu/services/protocols/bgp/operator/commands/show/rib.py')
-rw-r--r-- | ryu/services/protocols/bgp/operator/commands/show/rib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ryu/services/protocols/bgp/operator/commands/show/rib.py b/ryu/services/protocols/bgp/operator/commands/show/rib.py index 34d4a18a..94e16574 100644 --- a/ryu/services/protocols/bgp/operator/commands/show/rib.py +++ b/ryu/services/protocols/bgp/operator/commands/show/rib.py @@ -15,7 +15,7 @@ class RibBase(Command, RouteFormatterMixin): class Rib(RibBase): - help_msg = 'show all routes for address family (only vpnv4 supported)' + help_msg = 'show all routes for address family' param_help_msg = '<address-family>' command = 'rib' |