Fix -early-data documentation.

Change-Id: I76a87ebf2f8be731d6da2381710c1caa60298f6e
Reviewed-on: https://boringssl-review.googlesource.com/22924
Reviewed-by: Steven Valdez <svaldez@chromium.org>
Reviewed-by: David Benjamin <davidben@google.com>
Commit-Queue: David Benjamin <davidben@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
This commit is contained in:
David Benjamin 2017-11-11 13:16:46 +08:00 committed by CQ bot account: commit-bot@chromium.org
parent a00fd08c2c
commit 3bcbb37552

View File

@ -121,7 +121,8 @@ static const struct argument kArguments[] = {
"verification is required.", "verification is required.",
}, },
{ {
"-early-data", kOptionalArgument, "Allow early data", "-early-data", kOptionalArgument, "Enable early data. The argument to "
"this flag is the early data to send.",
}, },
{ {
"-tls13-variant", kOptionalArgument, "-tls13-variant", kOptionalArgument,