Commit 67f75e30 authored by ssanfilippo's avatar ssanfilippo Committed by Commit bot

[Interpreter] Fix generate-bytecode-expectations help message.

--pool-type=int and double have now been merged into number.

BUG=v8:4280
LOG=N

Review URL: https://codereview.chromium.org/1717633002

Cr-Commit-Position: refs/heads/master@{#34164}
parent 77e30f01
......@@ -408,7 +408,7 @@ void PrintUsage(const char* exec_path) {
" --output=file.name\n"
" Specify the output file. If not specified, output goes to "
"stdout.\n"
" --pool-type=(int|double|string|mixed)\n"
" --pool-type=(number|string|mixed)\n"
" Specify the type of the entries in the constant pool "
"(default: mixed).\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