diff --git a/src/login.md b/src/login.md index 105fc0ca..33b52a53 100644 --- a/src/login.md +++ b/src/login.md @@ -24,11 +24,11 @@ Arguments: Options: --port Port to bind [default: first unbound at or above 8080] --ws-port Kinode internal WebSockets protocol port [default: first unbound at or above 9000] - --tcp-port Kinode internal TCP protocol port [default: first unbound at or above 9000] + --tcp-port Kinode internal TCP protocol port [default: first unbound at or above 10000] --verbosity Verbosity level: higher is more verbose [default: 0] --reveal-ip If set to false, as an indirect node, always use routers to connect to other nodes. --rpc Add a WebSockets RPC URL at boot - --password Node password + --password Node password (in double quotes) -h, --help Print help -V, --version Print version ```