Minor typo fix

From debian packages patch done by Mike Gabriel
<mike.gabriel@das-netzwerkteam.de>
This commit is contained in:
Fabio Fantoni 2021-02-14 18:35:42 +01:00
parent 6a908d8115
commit 5c408e080e

View File

@ -63,7 +63,7 @@ static const COMMAND_LINE_ARGUMENT_A args[] = {
{ "auth-only", COMMAND_LINE_VALUE_BOOL, NULL, BoolValueFalse, NULL, -1, NULL,
"Authenticate only" },
{ "authentication", COMMAND_LINE_VALUE_BOOL, NULL, BoolValueTrue, NULL, -1, NULL,
"Authentication (expermiental)" },
"Authentication (experimental)" },
{ "auto-reconnect", COMMAND_LINE_VALUE_BOOL, NULL, BoolValueFalse, NULL, -1, NULL,
"Automatic reconnection" },
{ "auto-reconnect-max-retries", COMMAND_LINE_VALUE_REQUIRED, "<retries>", NULL, NULL, -1, NULL,