From a2ad73a5b544459a3d0ee8c7e408ac058c040dc0 Mon Sep 17 00:00:00 2001 From: GDR! Date: Fri, 20 Oct 2017 22:53:03 +0200 Subject: Rename -P to -W for consistency with SSH client --- util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util.c') diff --git a/util.c b/util.c index b1353b3..4d75fe5 100644 --- a/util.c +++ b/util.c @@ -114,7 +114,7 @@ int parse_local_port_forward(char *string, int *local_port, char **hostname, int return 0; } -/* Parse the -P parameter */ +/* Parse the -W parameter */ /* 0 = success */ int parse_pipe_port_forward(char *string, char **hostname, int *remote_port) { -- cgit v1.2.3