Whoops. Forgot to document the -d flag properly. Do this.
Этот коммит содержится в:
родитель
cf59099b49
Коммит
7234074fe8
@ -52,6 +52,10 @@ give more detailed output
|
|||||||
.BR -J ", " --json " "
|
.BR -J ", " --json " "
|
||||||
output in JSON format
|
output in JSON format
|
||||||
.TP
|
.TP
|
||||||
|
.BR -d ", " --debug " "
|
||||||
|
emit debugging output.
|
||||||
|
Primarily (perhaps exclusively) of use to developers.
|
||||||
|
.TP
|
||||||
.BR -v ", " --version " "
|
.BR -v ", " --version " "
|
||||||
show version information and quit
|
show version information and quit
|
||||||
.TP
|
.TP
|
||||||
|
@ -78,6 +78,7 @@ const char usage_longstr[] = "Usage: iperf [-s|-c host] [options]\n"
|
|||||||
#endif
|
#endif
|
||||||
" -V, --verbose more detailed output\n"
|
" -V, --verbose more detailed output\n"
|
||||||
" -J, --json output in JSON format\n"
|
" -J, --json output in JSON format\n"
|
||||||
|
" -d, --debug emit debugging output\n"
|
||||||
" -v, --version show version information and quit\n"
|
" -v, --version show version information and quit\n"
|
||||||
" -h, --help show this message and quit\n"
|
" -h, --help show this message and quit\n"
|
||||||
"Server specific:\n"
|
"Server specific:\n"
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user