diff options
Diffstat (limited to '')
-rw-r--r-- | vtysh/vtysh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vtysh/vtysh.c b/vtysh/vtysh.c index 62d9c255a..376418829 100644 --- a/vtysh/vtysh.c +++ b/vtysh/vtysh.c @@ -2237,7 +2237,7 @@ DEFUNSH(VTYSH_BFDD, bfd_peer_enter, bfd_peer_enter_cmd, } DEFUNSH(VTYSH_BFDD, bfd_profile_enter, bfd_profile_enter_cmd, - "profile WORD", + "profile BFDPROF", BFD_PROFILE_STR BFD_PROFILE_NAME_STR) { |