Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(271)

Unified Diff: net/tools/quic/quic_client_bin.cc

Issue 1425823005: Update the comment of --quic_version. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@106955386
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5b214a8607470c2132813701845ae8db9d93c100..e5cc288a7fcb0309ec76707ef361ec17679a5fd6 100644
--- a/net/tools/quic/quic_client_bin.cc
+++ b/net/tools/quic/quic_client_bin.cc
@@ -19,7 +19,7 @@
// quic_client https://www.google.com --port=443 --host=${IP}
//
// Use a specific version:
-// quic_client http://www.google.com --version=23 --host=${IP}
+// quic_client http://www.google.com --quic_version=23 --host=${IP}
Ryan Hamilton 2015/11/10 21:33:13 Can you updated quic_simple_client_bin.cc too? Fe
//
// Send a POST instead of a GET:
// quic_client http://www.google.com --body="this is a POST body" --host=${IP}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698