summaryrefslogtreecommitdiffstats
path: root/python/clidef.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/clidef.py')
-rw-r--r--python/clidef.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/clidef.py b/python/clidef.py
index 1bf3c24aa..069d80fb7 100644
--- a/python/clidef.py
+++ b/python/clidef.py
@@ -142,7 +142,7 @@ $argdecls
continue;
_fail = 0;$argblocks
if (_fail)
- vty_outln (vty, "%% invalid input for %s: %s",
+ vty_out (vty, "%% invalid input for %s: %s\\n",
argv[_i]->varname, argv[_i]->arg);
_failcnt += _fail;
}