diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-02-29 21:20:14 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-03-01 13:12:36 -0500 |
| commit | 4d833e556ac21f11ca0097125293085aa1708bc4 (patch) | |
| tree | 6693c40b18d4518cd19bbf2e81d585a778d15705 /lib/command.c | |
| parent | 54046401ad1ce188f1d6cd6099c7ee75e09c7328 (diff) | |
lib, vtysh: Fix 'banner motd file' command
the File to specify was inadvertently a optional parameter.
Dissallow this.
Ticket: CM-9431
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reviewed-by: Daniel Walton <dwalton@cumulusnetworks.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 037835e1df..14e888b9f3 100644 --- a/lib/command.c +++ b/lib/command.c @@ -4016,7 +4016,7 @@ cmd_banner_motd_file (const char *file) DEFUN (banner_motd_file, banner_motd_file_cmd, - "banner motd file [FILE]", + "banner motd file FILE", "Set banner\n" "Banner for motd\n" "Banner from a file\n" |
