mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 03:53:38 +00:00
vty: fix configure terminal argument descriptions
"terminal" and "file-lock" description are mixed up. Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
This commit is contained in:
parent
f289533d5d
commit
b8ebb7fc62
@ -1331,8 +1331,8 @@ DEFUN (config_terminal,
|
|||||||
config_terminal_cmd,
|
config_terminal_cmd,
|
||||||
"configure [terminal [file-lock]]",
|
"configure [terminal [file-lock]]",
|
||||||
"Configuration from vty interface\n"
|
"Configuration from vty interface\n"
|
||||||
"Configuration with locked datastores\n"
|
"Configuration terminal\n"
|
||||||
"Configuration terminal\n")
|
"Configuration with locked datastores\n")
|
||||||
{
|
{
|
||||||
return vty_config_enter(vty, false, false, argc == 3);
|
return vty_config_enter(vty, false, false, argc == 3);
|
||||||
}
|
}
|
||||||
|
@ -2381,8 +2381,8 @@ DEFUNSH(VTYSH_REALLYALL, vtysh_disable, vtysh_disable_cmd, "disable",
|
|||||||
DEFUNSH(VTYSH_REALLYALL, vtysh_config_terminal, vtysh_config_terminal_cmd,
|
DEFUNSH(VTYSH_REALLYALL, vtysh_config_terminal, vtysh_config_terminal_cmd,
|
||||||
"configure [terminal [file-lock]]",
|
"configure [terminal [file-lock]]",
|
||||||
"Configuration from vty interface\n"
|
"Configuration from vty interface\n"
|
||||||
"Configuration with locked datastores\n"
|
"Configuration terminal\n"
|
||||||
"Configuration terminal\n")
|
"Configuration with locked datastores\n")
|
||||||
{
|
{
|
||||||
vty->node = CONFIG_NODE;
|
vty->node = CONFIG_NODE;
|
||||||
return CMD_SUCCESS;
|
return CMD_SUCCESS;
|
||||||
|
Loading…
Reference in New Issue
Block a user