diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-09-27 00:10:55 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-09-27 00:10:55 +0000 |
| commit | cc13f81fb877c3d71caaa893cb45a682c8041b3d (patch) | |
| tree | 6b80de731719ddb403c3b32013f676fae8d00ec9 /vtysh/vtysh.c | |
| parent | 55c727dd758cd69aa7e2760df6bca8fb5f3db4d9 (diff) | |
| parent | e961923c7217b935027107cad30c35c3907c936f (diff) | |
Merge branch 'vtysh-grammar' of ssh://stash.cumulusnetworks.com:7999/quag/quagga into vtysh-grammar
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 05fb038184..e6aebd6b1a 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") |
