From abe5fd1e390b4b0675b24e5d23de4fe99cd51a00 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Thu, 14 Feb 2013 21:25:46 +0900 Subject: [PATCH] spdycat: Fix -d option in usage --- src/spdycat.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/spdycat.cc b/src/spdycat.cc index 41758a6..13e2eac 100644 --- a/src/spdycat.cc +++ b/src/spdycat.cc @@ -863,8 +863,8 @@ int run(char **uris, int n) void print_usage(std::ostream& out) { - out << "Usage: spdycat [-Oadnsv23] [-t ] [-w ] [--cert=]\n" - << " [--key=] [--no-tls] [-m ] ..." + out << "Usage: spdycat [-Oansv23] [-t ] [-w ] [--cert=]\n" + << " [--key=] [--no-tls] [-d ] [-m ] ..." << std::endl; }