diff options
| author | Jafar Al-Gharaibeh <Jafaral@users.noreply.github.com> | 2019-05-09 17:01:51 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-09 17:01:51 -0500 |
| commit | 58d9d6ac7ca29f80bb52ae4eec63073c6eb9b110 (patch) | |
| tree | f44d9b8865676fe495c7d534c47e69b60c9f2729 /lib/command.c | |
| parent | f2809b52580489b1b2ad3adf56744624d16eda5a (diff) | |
| parent | 982589a31a76e2a043f10d7ccbc31cc7183540ca (diff) | |
Merge pull request #4284 from donaldsharp/conf_t
Conf t
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") { |
