diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-07-14 08:24:46 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-07-14 08:24:46 -0400 |
| commit | 1ea6b3f237295a7e7dae3a46a4d07b41a6453c04 (patch) | |
| tree | a8803b2d31a56e6d5296c1d1880205525a015c45 /python/clidef.py | |
| parent | da571b7a6c5326447399ff78439c87639fa51e19 (diff) | |
| parent | 28bd1c1158c10268655878d12e5d8f17737de1bb (diff) | |
Merge remote-tracking branch 'origin/master' into evpn_plus_struct_attr
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; } |
