Print the cJSON version in our version info.
Этот коммит содержится в:
родитель
c71712875a
Коммит
8f0d9c47ec
@ -753,7 +753,7 @@ iperf_parse_arguments(struct iperf_test *test, int argc, char **argv)
|
|||||||
test->json_output = 1;
|
test->json_output = 1;
|
||||||
break;
|
break;
|
||||||
case 'v':
|
case 'v':
|
||||||
printf("%s\n%s\n%s\n", version, get_system_info(),
|
printf("%s (cJSON %s)\n%s\n%s\n", version, cJSON_Version(), get_system_info(),
|
||||||
get_optional_features());
|
get_optional_features());
|
||||||
exit(0);
|
exit(0);
|
||||||
case 's':
|
case 's':
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user