diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2017-10-20 22:16:57 -0200 |
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2017-10-24 19:30:30 -0200 |
| commit | efd7904eabd3a79e14301b1a2005e36347293d4a (patch) | |
| tree | 33d7c9e1061da0213a766402295d0e931ed2088f /lib/command.c | |
| parent | 5b8524f5c29d0fc8a5ea2f6355e90b85b3439709 (diff) | |
*: add missing \n in some help strings
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
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 97eba96c3a..2e91d84bf3 100644 --- a/lib/command.c +++ b/lib/command.c @@ -1367,7 +1367,7 @@ DEFUN (config_quit, DEFUN (config_end, config_end_cmd, "end", - "End current mode and change to enable mode.") + "End current mode and change to enable mode.\n") { switch (vty->node) { case VIEW_NODE: |
