projects
/
platform
/
upstream
/
freerdp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3047a73
)
Minor typo fix
author
Fabio Fantoni
<fabio.fantoni@m2r.biz>
Sun, 14 Feb 2021 17:35:42 +0000
(18:35 +0100)
committer
akallabeth
<akallabeth@users.noreply.github.com>
Thu, 25 Feb 2021 08:51:41 +0000
(09:51 +0100)
From debian packages patch done by Mike Gabriel
<mike.gabriel@das-netzwerkteam.de>
(cherry picked from commit
5c408e080e66c917ec4aeaaadf324b9665ba992a
)
client/common/cmdline.h
patch
|
blob
|
history
diff --git
a/client/common/cmdline.h
b/client/common/cmdline.h
index
8ccc4f9
..
807373b
100644
(file)
--- a/
client/common/cmdline.h
+++ b/
client/common/cmdline.h
@@
-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 (exper
mi
ental)" },
+ "Authentication (exper
im
ental)" },
{ "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,