File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,9 @@ This is an example of how to list things you need to use the software and how to
148148Command line arguments
149149<br >
1501501 . 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```
153155Usage: options_description [options]
154156Allowed 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
You can’t perform that action at this time.
0 commit comments