blob: f24ffc25bc5044fc6452ee056700750a9946599f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
From: Stuart Cardall <developer@it-offshore.co.uk>
Date: Fri, 10 Feb 2017 15:26:30 +0000
Subject: [PATCH] fix help message
Adds -u option to help message.
Alpine notes:
* This patch is ported from upstream commit:
https://github.com/wojtekka/6tunnel/commit/f800eb1fe5b54ad1022c1bebd2a41a650b86752d
index c33865a..b8d551e 100644
--- a/6tunnel.c
+++ b/6tunnel.c
@@ -460,6 +460,7 @@
" -d don't detach\n"
" -f force tunneling (even if remotehost isn't resolvable)\n"
" -h print hex dump of packets\n"
+" -u change UID and GID after bind()\n"
" -i act like irc proxy and ask for password\n"
" -I send specified password to the irc server\n"
" -l bind to specified address\n"
|