Skip to content
Snippets Groups Projects
Commit 701063b5 authored by deuce's avatar deuce
Browse files

Add URL format to usage.

parent ea6ad2d1
Branches
Tags
No related merge requests found
......@@ -264,6 +264,11 @@ int main(int argc, char **argv)
" A = ANSI mode\r\n"
"-v# = set video mode to # (default=auto)\r\n"
"-l# = set screen lines to # (default=auto-detect)\r\n"
"\r\n"
"URL format is: (rlogin|telnet)://[user[:password]@]domainname[:port]\r\n";
"examples: rlogin://deuce:password@nix.synchro.net:5885\r\n";
" telnet://deuce@nix.synchro.net\r\n";
" telnet://nix.synchro.net\r\n";
);
exit(0);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment