Whoops. Forgot to document the -d flag properly. Do this.

(cherry picked from commit 7234074fe8)
Signed-off-by: Bruce A. Mah <bmah@es.net>
This commit is contained in:
Bruce A. Mah 2014-01-15 12:01:22 -08:00
parent b123e0320c
commit b387d809b8
2 changed files with 6 additions and 1 deletions

View File

@ -47,6 +47,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

View File

@ -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.
*---------------------------------------------------------------
@ -76,6 +76,7 @@ const char usage_longstr[] = "Usage: iperf [-s|-c host] [options]\n"
" -A, --affinity n/n,m set CPU affinity\n"
" -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"