diff --git a/Base/usr/share/man/man8/TelnetServer.md b/Base/usr/share/man/man8/TelnetServer.md new file mode 100644 index 0000000000..01e6d92f70 --- /dev/null +++ b/Base/usr/share/man/man8/TelnetServer.md @@ -0,0 +1,24 @@ +## Name + +TelnetServer - Serenity telnet server + +## Synopsis + +```**sh +$ TelnetServer [options] +``` + +## Description + +`TelnetServer` is a basic telnet server for Serenity. By default, it +runs on port 23 and provides a shell upon connection. + +## Options +* `-p`: Choose different port for TelnetServer to attach to. +* `-c`: Choose different program for TelnetServer to run on connection. + +## Examples + +```sh +$ TelnetServer -p 24 -c /usr/bin/nyancat +```