diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2017-07-13 19:12:39 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-07-14 10:20:02 +0200 |
| commit | 26a429fe8e49c67a375886a99a3687417379d19e (patch) | |
| tree | c244b1a42b7eb8a402fff1a80b165a618cf7b19f /lib/vty.c | |
| parent | 6d3c2ed4edb863d108239132b3e01daf07024f65 (diff) | |
*: remove VTYNL, part 2 of 6
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/vty.c')
| -rw-r--r-- | lib/vty.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -938,7 +938,7 @@ vty_complete_command (struct vty *vty) vty_redraw_line (vty); break; case CMD_ERR_NO_MATCH: - /* vty_out (vty, "%% There is no matched command.%s", VTYNL); */ + /* vty_out (vty, "%% There is no matched command.\n"); */ vty_prompt (vty); vty_redraw_line (vty); break; |
