From: Rafael Zalamena Date: Fri, 7 Aug 2020 17:37:02 +0000 (-0300) Subject: lib: fix missing doc string in route map X-Git-Tag: base_7.5~109^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=206845372806b8cde7722fca5d039a28224ea437;p=matthieu%2Ffrr.git lib: fix missing doc string in route map Add the missing route map doc string for call command. Signed-off-by: Rafael Zalamena --- diff --git a/lib/routemap_cli.c b/lib/routemap_cli.c index 7fa759252b..836be38113 100644 --- a/lib/routemap_cli.c +++ b/lib/routemap_cli.c @@ -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);