1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:27:43 +00:00

Base: Move EchoServer man page to section 8

This commit is contained in:
Kyle Anthony Williams 2022-02-01 14:46:45 -05:00 committed by Andreas Kling
parent 0c33b494b8
commit 0abdecf2b6

View file

@ -0,0 +1,23 @@
## Name
EchoServer - Serenity echo server
## Synopsis
```**sh
$ EchoServer [options]
```
## Description
EchoServer is a basic echo server for Serenity. By default, it runs on port 7.
## Options
* `-p`: Choose different port for EchoServer to attach to.
## Examples
```sh
$ EchoServer -p 1234
```