1
1

Wordsmith warning message from #721 / #709.

Этот коммит содержится в:
Bruce A. Mah 2018-04-20 07:20:51 -07:00
родитель 22508a21b0
Коммит 6332d84016
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4984910A8CAAEE8A

Просмотреть файл

@ -1179,7 +1179,7 @@ iperf_parse_arguments(struct iperf_test *test, int argc, char **argv)
/* Show warning if JSON output is used with explicit report format */
if ((test->json_output) && (test->settings->unit_format != 'a')) {
warning("Report format'-f' is ignored within JSON output '-J'\n");
warning("Report format (-f) flag ignored with JSON output (-J)");
}
return 0;