Skip to content

Commit bca5376

Browse files
authored
Update README.md
1 parent 764c6a8 commit bca5376

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,9 @@ This is an example of how to list things you need to use the software and how to
148148
Command line arguments
149149
<br>
150150
1. Sever side
151-
* Command parser using *boost options_program*
151+
152+
* Command parser using [boost program_options](https://www.boost.org/doc/libs/1_76_0/doc/html/program_options.html)
153+
152154
```
153155
Usage: options_description [options]
154156
Allowed options:
@@ -210,7 +212,7 @@ Allowed options:
210212
[2021-05-28 02:09:36]<6>: A Server closing an accpeted connexion ...
211213
[2021-05-28 02:09:36]<6>: Accepted connexion closed
212214
```
213-
2. Sever side
215+
2. Client side
214216
* Command parser using [boost program_options](https://www.boost.org/doc/libs/1_76_0/doc/html/program_options.html)
215217

216218

0 commit comments

Comments
 (0)