diff options
| author | tmartiro <tigran@xcloudnetworks.com> | 2017-07-17 17:23:20 +0300 |
|---|---|---|
| committer | tmartiro <tigran@xcloudnetworks.com> | 2017-07-17 17:23:20 +0300 |
| commit | a8a4fa8954fd3b4e5b4f9bc9173eef79a827a8ff (patch) | |
| tree | d36bcef7839e7297f05ab420899a701b124341b6 /python/clidef.py | |
| parent | 22fcb8b3ad0dea4487ef9365ad4ab514b7a19e75 (diff) | |
| parent | d62a17aedeb0eebdba98238874bb13d62c48dbf9 (diff) | |
merge with upstream
Diffstat (limited to 'python/clidef.py')
| -rw-r--r-- | python/clidef.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/clidef.py b/python/clidef.py index 1bf3c24aa2..069d80fb70 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; } |
