From 6332d84016dc3d05df45c22a551052994b2d0a06 Mon Sep 17 00:00:00 2001 From: "Bruce A. Mah" Date: Fri, 20 Apr 2018 07:20:51 -0700 Subject: [PATCH] Wordsmith warning message from #721 / #709. --- src/iperf_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iperf_api.c b/src/iperf_api.c index e9551ee..38d4f6b 100755 --- a/src/iperf_api.c +++ b/src/iperf_api.c @@ -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;