update usage section in manpage

This commit is contained in:
Thomas von Dein
2017-04-17 16:23:28 +02:00
parent 55a188caeb
commit c8389ffc0b

View File

@@ -8,7 +8,8 @@ udpxd - A general purpose UDP relay/port forwarder/proxy
Options: Options:
--listen -l <ip:port> listen for incoming requests --listen -l <ip:port> listen for incoming requests
--bind -b <ip> bind ip used for outgoing requests --bind -b <ip[:port]> bind ip used for outgoing requests
specify port for promiscuous mode
--to -t <ip:port> destination to forward requests to --to -t <ip:port> destination to forward requests to
--daemon -d daemon mode, fork into background --daemon -d daemon mode, fork into background
--pidfile -p <file> pidfile, default: /var/run/udpxd.pid --pidfile -p <file> pidfile, default: /var/run/udpxd.pid
@@ -140,7 +141,7 @@ L<https://github.com/TLINDEN/udpxd/issues>.
This software is licensed under the GNU GENERAL PUBLIC LICENSE version 3. This software is licensed under the GNU GENERAL PUBLIC LICENSE version 3.
Copyright (c) 2015-2016 by T. v. Dein. Copyright (c) 2015-2017 by T. v. Dein.
This software uses B<uthash> (bundled), which is This software uses B<uthash> (bundled), which is
Copyright (c) 2003-2013 by Troy D. Hanson. Copyright (c) 2003-2013 by Troy D. Hanson.