Prechádzať zdrojové kódy

Base: Clarify that TelnetServer must be run as root

Kyle Anthony Williams 3 rokov pred
rodič
commit
3b61fbf15f
1 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  1. 2 1
      Base/usr/share/man/man8/TelnetServer.md

+ 2 - 1
Base/usr/share/man/man8/TelnetServer.md

@@ -10,7 +10,8 @@ $ TelnetServer [-p port] [-c command]
 ## Description
 
 TelnetServer is a basic telnet server for Serenity. By default, it
-runs on port 23 and provides a shell upon connection.
+runs on port 23 and provides a shell upon connection. This program
+must be run as root.
 
 ## Options