Updated from-stdin help message.

This commit is contained in:
Armin Novak 2015-06-23 16:09:39 +02:00
parent 5a5ed77c57
commit 2d41cb9467
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ COMMAND_LINE_ARGUMENT_A args[] =
{ "multitransport", COMMAND_LINE_VALUE_BOOL, NULL, BoolValueFalse, NULL, -1, NULL, "Support multitransport protocol" },
{ "assistance", COMMAND_LINE_VALUE_REQUIRED, "<password>", NULL, NULL, -1, NULL, "Remote assistance password" },
{ "encryption-methods", COMMAND_LINE_VALUE_REQUIRED, "<40,56,128,FIPS>", NULL, NULL, -1, NULL, "RDP standard security encryption methods" },
{ "from-stdin", COMMAND_LINE_VALUE_FLAG, NULL, NULL, NULL, -1, NULL, "print version" },
{ "from-stdin", COMMAND_LINE_VALUE_FLAG, NULL, NULL, NULL, -1, NULL, "Read credentials from stdin, do not use defaults." },
{ NULL, 0, NULL, NULL, NULL, -1, NULL, NULL }
};