Project import generated by Copybara.

PiperOrigin-RevId: 248265360
Change-Id: Ib862f0deab43c6175c46799be27bb6d2589f610f
diff --git a/quic/tools/quic_client_bin.cc b/quic/tools/quic_client_bin.cc
index 2dec469..ff711a5 100644
--- a/quic/tools/quic_client_bin.cc
+++ b/quic/tools/quic_client_bin.cc
@@ -34,6 +34,11 @@
 //
 // Try to connect to a host which does not speak QUIC:
 //   quic_client www.example.com
+//
+// This tool is available as a built binary at:
+// /google/data/ro/teams/quic/tools/quic_client
+// After submitting changes to this file, you will need to follow the
+// instructions at go/quic_client_binary_update
 
 #include <netdb.h>
 #include <sys/socket.h>