Skip to content

Commit 789cf66

Browse files
author
Bridger Voss
committed
typo for example's executable file
1 parent 467c28c commit 789cf66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wolfSSL/src/chapter03.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ If no command line arguments are given, then the client attempts to connect to t
207207
The client is able to benchmark a connection when using the `-b <num>` argument. When used, the client attempts to connect to the specified server/port the argument number of times and gives the average time in milliseconds that it took to perform `SSL_connect()`. For example:
208208

209209
```sh
210-
/examples/client/client -b 100 -h example.com -p 443 -d
210+
./examples/client/client -b 100 -h example.com -p 443 -d
211211
```
212212

213213
Returns:

0 commit comments

Comments
 (0)