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, &autologin,
"send login name and/or authentication information" }, "send login name and/or authentication information" },
{ "authdebug", { "authdebug",
"Toggle authentication debugging", "authentication debugging",
auth_togdebug, auth_togdebug,
0, 0,
"print authentication debugging information" }, "print authentication debugging information" },
@@ -625,12 +625,12 @@ static struct togglelist Togglelist[] = {
0, 0,
"automatically decrypt input" }, "automatically decrypt input" },
{ "verbose_encrypt", { "verbose_encrypt",
"Toggle verbose encryption output", "verbose encryption output",
EncryptVerbose, EncryptVerbose,
0, 0,
"print verbose encryption output" }, "print verbose encryption output" },
{ "encdebug", { "encdebug",
"Toggle encryption debugging", "encryption debugging",
EncryptDebug, EncryptDebug,
0, 0,
"print encryption debugging information" }, "print encryption debugging information" },
@@ -699,7 +699,7 @@ static struct togglelist Togglelist[] = {
&showoptions, &showoptions,
"show option processing" }, "show option processing" },
{ "termdata", { "termdata",
"(debugging) toggle printing of hexadecimal terminal data", "printing of hexadecimal terminal data (debugging)",
0, 0,
&termdata, &termdata,
"print hexadecimal representation of terminal traffic" }, "print hexadecimal representation of terminal traffic" },