Fix --maximum_edition usage text (#15828)

For the conformance test runner, `--maximum` is not an option, but `--maximum_edition` is.

Closes #15828

COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/15828 from rgov:patch-1 5f123ca5fe
PiperOrigin-RevId: 606820552
pull/15816/head
Ryan Govostes 2024-02-13 19:08:34 -08:00 committed by Copybara-Service
parent 6efaf1db54
commit a02a8b88c1
1 changed files with 2 additions and 2 deletions

View File

@ -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"