Index: net/spdy/fuzzing/hpack_example_generator.cc |
diff --git a/net/spdy/fuzzing/hpack_example_generator.cc b/net/spdy/fuzzing/hpack_example_generator.cc |
index 081451d0e0c699b5f2eb6c23127c796313837626..09f60d1ce2a86e6887b2e724eb7b9396283b9beb 100644 |
--- a/net/spdy/fuzzing/hpack_example_generator.cc |
+++ b/net/spdy/fuzzing/hpack_example_generator.cc |
@@ -36,8 +36,8 @@ int main(int argc, char** argv) { |
if (!command_line.HasSwitch(kFileToWrite) || |
!command_line.HasSwitch(kExampleCount)) { |
- LOG(ERROR) << "Usage: " << argv[0] |
- << " --" << kFileToWrite << "=/path/to/file.out" |
+ LOG(ERROR) << "Usage: " << argv[0] << " --" << kFileToWrite |
+ << "=/path/to/file.out" |
<< " --" << kExampleCount << "=1000"; |
return -1; |
} |