Fix same -V version string
Restconf exit segv
This commit is contained in:
parent
6ff1588397
commit
3b0b734de1
11 changed files with 11 additions and 10 deletions
|
|
@ -569,7 +569,7 @@ main(int argc,
|
|||
help = 1;
|
||||
break;
|
||||
case 'V':
|
||||
cligen_output(stdout, "Clixon version %s\n", CLIXON_VERSION_STRING);
|
||||
cligen_output(stdout, "Clixon version: %s\n", CLIXON_VERSION_STRING);
|
||||
print_version++; /* plugins may also print versions w ca-version callback */
|
||||
break;
|
||||
case 'D' : { /* debug */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue