summaryrefslogtreecommitdiffstats
path: root/vtysh/vtysh.c
diff options
context:
space:
mode:
authorDaniel Walton <dwalton@cumulusnetworks.com>2016-09-27 02:07:46 +0200
committerDaniel Walton <dwalton@cumulusnetworks.com>2016-09-27 02:07:46 +0200
commite961923c7217b935027107cad30c35c3907c936f (patch)
treefac4ab563f772c236340b82fc09e2f9696e57920 /vtysh/vtysh.c
parentbgpd: fixed more CHECK MEs (diff)
downloadfrr-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.c2
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")