Skip to content

Commit 1f2a01c

Browse files
committed
spdycat: --proxy-port, not --proxyport
Fixes GH-132
1 parent b993050 commit 1f2a01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spdycat.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@ int main(int argc, char **argv)
10601060
{"data", required_argument, 0, 'd' },
10611061
{"multiply", required_argument, 0, 'm' },
10621062
{"proxy", required_argument, 0, 'p' },
1063-
{"proxyport", required_argument, 0, 'P' },
1063+
{"proxy-port", required_argument, 0, 'P' },
10641064
{"cert", required_argument, &flag, 1 },
10651065
{"key", required_argument, &flag, 2 },
10661066
{"no-tls", no_argument, &flag, 3 },

0 commit comments

Comments
 (0)