diff --git a/src/iperf3.1 b/src/iperf3.1 index 9cb2b35..c835028 100644 --- a/src/iperf3.1 +++ b/src/iperf3.1 @@ -52,6 +52,10 @@ give more detailed output .BR -J ", " --json " " output in JSON format .TP +.BR -d ", " --debug " " +emit debugging output. +Primarily (perhaps exclusively) of use to developers. +.TP .BR -v ", " --version " " show version information and quit .TP diff --git a/src/locale.c b/src/locale.c index e213285..4471e6c 100644 --- a/src/locale.c +++ b/src/locale.c @@ -1,5 +1,5 @@ /*--------------------------------------------------------------- - * Copyright (c) 1999,2000,2001,2002,2003 + * Copyright (c) 1999,2000,2001,2002,2003 * The Board of Trustees of the University of Illinois * All Rights Reserved. *--------------------------------------------------------------- @@ -78,6 +78,7 @@ const char usage_longstr[] = "Usage: iperf [-s|-c host] [options]\n" #endif " -V, --verbose more detailed output\n" " -J, --json output in JSON format\n" + " -d, --debug emit debugging output\n" " -v, --version show version information and quit\n" " -h, --help show this message and quit\n" "Server specific:\n"