commit | 22311ae62e591bc49e69a6a85cc794da2d8c704e | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg2@elzevir.fr> | Wed Sep 09 11:22:58 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg2@elzevir.fr> | Wed Sep 09 11:22:58 2015 +0200 |
tree | 6dd2629bb3e6d7663390f58a251f48bbb8120c9f | |
parent | 62c74bb78a5840e6db4dddd24a5854ff59928bea [diff] [blame] |
Improve help message of ssl_*2.c
diff --git a/programs/ssl/ssl_server2.c b/programs/ssl/ssl_server2.c index 7fc9fa0..bd4d1d1 100644 --- a/programs/ssl/ssl_server2.c +++ b/programs/ssl/ssl_server2.c
@@ -301,7 +301,7 @@ " debug_level=%%d default: 0 (disabled)\n" \ " nbio=%%d default: 0 (blocking I/O)\n" \ " options: 1 (non-blocking), 2 (added delays)\n" \ - " read_timeout=%%d default: 0 (no timeout)\n" \ + " read_timeout=%%d default: 0 ms (no timeout)\n" \ "\n" \ USAGE_DTLS \ USAGE_COOKIES \