remove extra "Toggle"'s

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11286 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2002-08-28 20:13:20 +00:00
parent 71b0da6844
commit c526f461d4

View File

@@ -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" },