From c526f461d42d999e4df75c5cfcccf9b454985e69 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Wed, 28 Aug 2002 20:13:20 +0000 Subject: [PATCH] remove extra "Toggle"'s git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11286 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/telnet/telnet/commands.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appl/telnet/telnet/commands.c b/appl/telnet/telnet/commands.c index 0a0ddad02..f045666f8 100644 --- a/appl/telnet/telnet/commands.c +++ b/appl/telnet/telnet/commands.c @@ -608,7 +608,7 @@ static struct togglelist Togglelist[] = { &autologin, "send login name and/or authentication information" }, { "authdebug", - "Toggle authentication debugging", + "authentication debugging", auth_togdebug, 0, "print authentication debugging information" }, @@ -625,12 +625,12 @@ static struct togglelist Togglelist[] = { 0, "automatically decrypt input" }, { "verbose_encrypt", - "Toggle verbose encryption output", + "verbose encryption output", EncryptVerbose, 0, "print verbose encryption output" }, { "encdebug", - "Toggle encryption debugging", + "encryption debugging", EncryptDebug, 0, "print encryption debugging information" }, @@ -699,7 +699,7 @@ static struct togglelist Togglelist[] = { &showoptions, "show option processing" }, { "termdata", - "(debugging) toggle printing of hexadecimal terminal data", + "printing of hexadecimal terminal data (debugging)", 0, &termdata, "print hexadecimal representation of terminal traffic" },