]> git.puffer.fish Git - mirror/frr.git/commitdiff
lib: fix missing doc string in route map 6877/head
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Fri, 7 Aug 2020 17:37:02 +0000 (14:37 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Fri, 7 Aug 2020 17:37:02 +0000 (14:37 -0300)
Add the missing route map doc string for call command.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
lib/routemap_cli.c

index 7fa759252b8715116d853d9d6d6945fd272af304..836be38113cd04709dd397f370eec1413ff0747b 100644 (file)
@@ -951,7 +951,8 @@ DEFPY_YANG(
        no_rmap_call, no_rmap_call_cmd,
        "no call [NAME]",
        NO_STR
-       "Jump to another Route-Map after match+set\n")
+       "Jump to another Route-Map after match+set\n"
+       "Target route-map name\n")
 {
        nb_cli_enqueue_change(vty, "./call", NB_OP_DESTROY, NULL);