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:
parent
0c33b494b8
commit
0abdecf2b6
1 changed files with 0 additions and 0 deletions
23
Base/usr/share/man/man8/EchoServer.md
Normal file
23
Base/usr/share/man/man8/EchoServer.md
Normal 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue