| Index: tools/ipc_fuzzer/mutate/message_util.cc
|
| diff --git a/tools/ipc_fuzzer/mutate/message_util.cc b/tools/ipc_fuzzer/mutate/message_util.cc
|
| index 85ce14b7492c7da31c45d33f3b42f9197bb3aeb7..ba856efe94d361c5504a57345e4a27bf6cdc93e7 100644
|
| --- a/tools/ipc_fuzzer/mutate/message_util.cc
|
| +++ b/tools/ipc_fuzzer/mutate/message_util.cc
|
| @@ -52,7 +52,7 @@ void usage() {
|
| << " ipc_message_util"
|
| << " [--" << kStartSwitch << "=n]"
|
| << " [--" << kEndSwitch << "=m]"
|
| - << " [--" << kInSwitch << "=i,j,...]]"
|
| + << " [--" << kInSwitch << "=i[,j,...]]"
|
| << " [--" << kRegexpSwitch << "=x]"
|
| << " [--" << kInvertSwitch << "]"
|
| << " [--" << kDumpSwitch << "]"
|
|
|