From d1e5afb3510ef0196b40f8ac632987f44e6c4956 Mon Sep 17 00:00:00 2001 From: Jens Harbott Date: Sun, 12 Jul 2020 21:14:40 +0000 Subject: [PATCH] Fix description of bgp speaker set arg The name argument for bgp speaker set defines the new name for the speaker, make the description more clear about this. Change-Id: I29a0c87214c3c60084d0541f8b9a7abc72ff987f --- neutronclient/osc/v2/dynamic_routing/bgp_speaker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutronclient/osc/v2/dynamic_routing/bgp_speaker.py b/neutronclient/osc/v2/dynamic_routing/bgp_speaker.py index 5ce8d471e..171d7f45f 100644 --- a/neutronclient/osc/v2/dynamic_routing/bgp_speaker.py +++ b/neutronclient/osc/v2/dynamic_routing/bgp_speaker.py @@ -285,7 +285,7 @@ class SetBgpSpeaker(command.Command): ) parser.add_argument( '--name', - help=_("Name of the BGP speaker to update")) + help=_("New name for the BGP speaker")) add_common_arguments(parser) return parser