Make telnet a synonym for open

This commit is contained in:
Poul-Henning Kamp 1996-09-19 08:15:56 +00:00
parent 0a5243c743
commit dcf722bfc1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18375

View File

@ -2331,6 +2331,7 @@ static Command cmdtab[] = {
{ "logout", logouthelp, logout, 1 },
{ "display", displayhelp, display, 0 },
{ "mode", modestring, modecmd, 0 },
{ "telnet", openhelp, tn, 0 },
{ "open", openhelp, tn, 0 },
{ "quit", quithelp, quit, 0 },
{ "send", sendhelp, sendcmd, 0 },