Update Readme

This commit is contained in:
2025-08-10 15:56:53 -04:00
parent 5ab71972cc
commit fd73e5bb94
2 changed files with 18 additions and 3 deletions

View File

@@ -30,7 +30,9 @@ int main(int argc, char **argv)
if(argc<2)
{
std::cout << "listener SERVERMODE {port} | CLIENTMODE {serveripaddress} {serverport} SEND {FileName}" << std::endl;
std::cout << "sstp SERVERMODE {port} | CLIENTMODE {serveripaddress} {serverport} {pathfileName}." << std::endl;
std::cout << "SERVERMODE will listen on the specified port for a connection and receive the specified file." << std::endl;
std::cout << "CLIENTMODE willl connect to the specified address and port and send the specfied file." << std::endl;
return 1;
}
Block<String> arguments;