summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Harbott <j.harbott@x-ion.de>2020-07-12 21:14:40 +0000
committerJens Harbott <j.harbott@x-ion.de>2020-07-12 21:14:40 +0000
commitd1e5afb3510ef0196b40f8ac632987f44e6c4956 (patch)
treea8020dd97dece3e82e44e399a7bf72b66a6f62ba
parentf751dd3782d0d674d8e717e7be6d8bc99518b237 (diff)
downloadpython-neutronclient-d1e5afb3510ef0196b40f8ac632987f44e6c4956.tar.gz
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
-rw-r--r--neutronclient/osc/v2/dynamic_routing/bgp_speaker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/neutronclient/osc/v2/dynamic_routing/bgp_speaker.py b/neutronclient/osc/v2/dynamic_routing/bgp_speaker.py
index 5ce8d47..171d7f4 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