diff options
Diffstat (limited to 'lib/routemap_cli.c')
| -rw-r--r-- | lib/routemap_cli.c | 3 |
1 files changed, 2 insertions, 1 deletions
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); |
