diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2017-12-19 16:27:02 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2017-12-19 16:27:02 +0100 |
commit | 81f3c49c3fc55d05e748ccc376e33eae11003b98 (patch) | |
tree | 1dd750a046ed34d556afdbc7d9638dbf35e7afb6 /src/ptunnel-ng.8 | |
parent | 252ab35c2e9944d87e750afc3852a487f596cbbd (diff) |
ptunnel-ng:
* option parsing fixes (usage, optional arguments, manpage)
Diffstat (limited to 'src/ptunnel-ng.8')
-rw-r--r-- | src/ptunnel-ng.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ptunnel-ng.8 b/src/ptunnel-ng.8 index 5388cfd..e7bf7d3 100644 --- a/src/ptunnel-ng.8 +++ b/src/ptunnel-ng.8 @@ -4,7 +4,7 @@ ptunnel-ng \- tunnel TCP connections over ICMP echo request/reply packets. .SH SYNOPSIS .na .B ptunnel-ng -\-p <address> \-l <port> \-r<address> \-R<port> [\-m <magic>] [\-c <connections>] [\-v <level>] [\-L <interface>] [\-o<file>] [\-s] [\-P <password>] [\-\-udp] [\-\-unprivileged] [\-d<pidfile>] [\-S] [\-u<user>] [\-g<group>] [\-C<directory>] [\-e<context>] [\-h <help>] +\-p <address> \-l <port> \-r<address> \-R<port> [\-m <magic>] [\-c <connections>] [\-v <level>] [\-L <interface>] [\-o<file>] [\-s] [\-P <password>] [\-\-udp] [\-\-unprivileged] [\-d<pidfile>] [\-S] [\-u<user>] [\-g<group>] [\-C<directory>] [\-e<context>] [\-h] .SH DESCRIPTION PingTunnel-NG is a fork from the famous PingTunnel with the aim of an improved and refactored code base and some additional features. .PP |