Index: net/tools/quic/quic_client_bin.cc |
diff --git a/net/tools/quic/quic_client_bin.cc b/net/tools/quic/quic_client_bin.cc |
index e9ce928cbd0b93a633281090fa67d278a35bc17c..6d5d586ec0e75c0269bccfb65d149f322f0d47e9 100644 |
--- a/net/tools/quic/quic_client_bin.cc |
+++ b/net/tools/quic/quic_client_bin.cc |
@@ -6,7 +6,7 @@ |
// Connects to a host using QUIC, and sends requests to the provided URLS. |
// |
// Example usage: |
-// quic_client --address=127.0.0.1 --port=6122 --hostname=www.google.com \ |
+// quic_client --address=127.0.0.1 --port=6122 --hostname=www.google.com |
// http://www.google.com/index.html http://www.google.com/favicon.ico |
#include <iostream> |