Fix --maximum_edition usage text

pull/15828/head
Ryan Govostes 10 months ago committed by GitHub
parent a3c33a87c1
commit 5f123ca5fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      conformance/conformance_test_runner.cc

@ -123,9 +123,9 @@ void UsageError() {
" strictly conforming to protobuf\n");
fprintf(stderr, " spec.\n");
fprintf(stderr,
" --maximum edition Only run conformance tests up to \n");
" --maximum_edition <edition> Only run conformance tests up\n");
fprintf(stderr,
" and including the specified\n");
" to and including the specified\n");
fprintf(stderr, " edition.\n");
fprintf(stderr,
" --output_dir <dirname> Directory to write\n"

Loading…
Cancel
Save