diff --git a/telnet/commands.c b/telnet/commands.c index 9e04944f..4cd01beb 100644 --- a/telnet/commands.c +++ b/telnet/commands.c @@ -2931,7 +2931,7 @@ static char crmodhelp[] = "deprecated command -- use 'toggle crmod' instead"; static char escapehelp[] = "deprecated command -- use 'set escape' instead"; static Command cmdtab2[] = { - {"help", 0, help, 0}, + {"help", helphelp, help, 0}, {"escape", escapehelp, setescape, 0}, {"crmod", crmodhelp, togcrmod, 0}, {NULL, NULL, NULL, 0}