summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorGDR! <gdr@gdr.name>2017-10-20 22:53:03 +0200
committerGDR! <gdr@gdr.name>2017-10-20 22:53:03 +0200
commita2ad73a5b544459a3d0ee8c7e408ac058c040dc0 (patch)
tree6289ab7251ca0d4190c0538c91cf7318c43b6555 /util.c
parent77177d357b5bcb2e7fedabcceab3df085b73e9f0 (diff)
Rename -P to -W for consistency with SSH client
Diffstat (limited to 'util.c')
-rw-r--r--util.c2
1 files changed, 1 insertions, 1 deletions
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
114 return 0; 114 return 0;
115} 115}
116 116
117/* Parse the -P parameter */ 117/* Parse the -W parameter */
118/* 0 = success */ 118/* 0 = success */
119int parse_pipe_port_forward(char *string, char **hostname, int *remote_port) 119int parse_pipe_port_forward(char *string, char **hostname, int *remote_port)
120{ 120{