diff options
author | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-09-27 02:07:46 +0200 |
---|---|---|
committer | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-09-27 02:07:46 +0200 |
commit | e961923c7217b935027107cad30c35c3907c936f (patch) | |
tree | fac4ab563f772c236340b82fc09e2f9696e57920 /vtysh/vtysh.c | |
parent | bgpd: fixed more CHECK MEs (diff) | |
download | frr-e961923c7217b935027107cad30c35c3907c936f.tar.xz frr-e961923c7217b935027107cad30c35c3907c936f.zip |
bgpd, etc: changed .LINE to LINE...
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Diffstat (limited to 'vtysh/vtysh.c')
-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 05fb03818..e6aebd6b1 100644 --- a/vtysh/vtysh.c +++ b/vtysh/vtysh.c @@ -1700,7 +1700,7 @@ ALIAS (vtysh_exit_vrf, * and isisd. */ DEFSH (VTYSH_ZEBRA|VTYSH_RIPD|VTYSH_OSPFD, interface_desc_cmd, - "description .LINE", + "description LINE...", "Interface specific description\n" "Characters describing this interface\n") |