From 7818c5fba052c0c2fdfaa2620404178167e9c103 Mon Sep 17 00:00:00 2001 From: Philippe Guibert Date: Fri, 14 Jun 2019 13:50:54 +0200 Subject: [PATCH] bfdd: add not '\n' to shutdown help string help string had not a '\n' at the end of the line for bfd shutdown help command. Signed-off-by: Philippe Guibert --- bfdd/bfdd_cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bfdd/bfdd_cli.c b/bfdd/bfdd_cli.c index 29b77a409a..7e14997823 100644 --- a/bfdd/bfdd_cli.c +++ b/bfdd/bfdd_cli.c @@ -224,7 +224,7 @@ DEFPY( bfd_peer_shutdown, bfd_peer_shutdown_cmd, "[no] shutdown", NO_STR - "Disable BFD peer") + "Disable BFD peer\n") { nb_cli_enqueue_change(vty, "./administrative-down", NB_OP_MODIFY, no ? "false" : "true");