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
This commit is contained in:
Jens Harbott
2020-07-12 21:14:40 +00:00
parent f751dd3782
commit d1e5afb351

View File

@@ -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