From ed9f464dbf04ad1cb6d8039fdd7bcfa68ae656f2 Mon Sep 17 00:00:00 2001 From: Dennis Schwerdel Date: Wed, 10 Aug 2016 10:25:19 +0200 Subject: [PATCH] Removed defaults from docopts as it does not work with options --- src/usage.txt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/usage.txt b/src/usage.txt index c8b183c..434ce1c 100644 --- a/src/usage.txt +++ b/src/usage.txt @@ -5,13 +5,10 @@ Options: --config Read configuration options from the specified file. -t , --type Set the type of network ("tap" or "tun"). - [default: tap] -d , --device Name of the virtual device. - [default: vpncloud%d] -m , --mode The mode of the VPN ("hub", "switch", - "router", or "normal"). [default: normal] + "router", or "normal"). -l , --listen The port number on which to listen for data. - [default: 3210] -c , --connect Address of a peer to connect to. -s , --subnet The local subnets to use. --magic Override the 4-byte magic header of each @@ -20,7 +17,7 @@ Options: (DEPRECATED) --shared-key The shared key to encrypt all traffic. --crypto The encryption method to use ("aes256", or - "chacha20"). [default: chacha20] + "chacha20"). --peer-timeout Peer timeout in seconds. --dst-timeout Switch table entry timeout in seconds. --ifup A command to setup the network interface.