diff options
| author | Dinesh Dutt <dd.ps4u@gmail.com> | 2019-05-07 21:00:34 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-05-07 21:06:00 -0400 |
| commit | dc1c13c019523928b49a2caa32d87762ee2d4e08 (patch) | |
| tree | 77662bd6ecad39222a250e891a25d0c2ca034c8e /lib/command.c | |
| parent | 51844abda2de5d5bfb863621ff50eb6f70cc6935 (diff) | |
lib, vtysh: Make archaic "terminal" optional in configure command
The 'configure terminal' command is a bit redundant, so make
the terminal portion optional.
Signed-off-by: Dinesh Dutt <dd.ps4u@gmail.com>
Diffstat (limited to 'lib/command.c')
| -rw-r--r-- | lib/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/command.c b/lib/command.c index b3ef028004..d6fd1fa561 100644 --- a/lib/command.c +++ b/lib/command.c @@ -1386,7 +1386,7 @@ int config_from_file(struct vty *vty, FILE *fp, unsigned int *line_num) /* Configuration from terminal */ DEFUN (config_terminal, config_terminal_cmd, - "configure terminal", + "configure [terminal]", "Configuration from vty interface\n" "Configuration terminal\n") { |
