Commit 59047db0 authored by Thomas Lukaszewicz's avatar Thomas Lukaszewicz Committed by Commit Bot

Fixed comment referencing old single_process flag

Bug: 460513
Change-Id: Id4a48b7a270305953ca38e1e626f644306a861d3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117324Reviewed-by: default avatarScott Violet <sky@chromium.org>
Commit-Queue: Thomas Lukaszewicz <tluk@chromium.org>
Cr-Commit-Position: refs/heads/master@{#753232}
parent 241b5e7f
...@@ -99,7 +99,7 @@ void PrintUsage() { ...@@ -99,7 +99,7 @@ void PrintUsage() {
" --test-launcher-jobs=N\n" " --test-launcher-jobs=N\n"
" Sets the number of parallel test jobs to N.\n" " Sets the number of parallel test jobs to N.\n"
"\n" "\n"
" --single_process\n" " --single-process-tests\n"
" Runs the tests and the launcher in the same process. Useful\n" " Runs the tests and the launcher in the same process. Useful\n"
" for debugging a specific test in a debugger.\n" " for debugging a specific test in a debugger.\n"
"\n" "\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment