From d351a2403c5946d07ae6e6b6e075ff9896c6bcb6 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 12 Aug 2013 18:05:27 +0200 Subject: Improve integer checks --- src/options.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/options.def.h') diff --git a/src/options.def.h b/src/options.def.h index 42e6d6f..dfb4983 100644 --- a/src/options.def.h +++ b/src/options.def.h @@ -15,7 +15,7 @@ OPTION_ARG(option_config_peer_dir, "--config-peer-dir", "", "Loads all file OPTION_ARG(option_mode, "--mode" OR "-m", "tap|tun", "Sets the mode of the interface"); OPTION_ARG(option_interface, "--interface" OR "-i", "", "Sets the name of the TUN/TAP interface to use"); OPTION_ARG(option_mtu, "--mtu" OR "-M", "", "Sets the MTU; must be at least 576"); -OPTION_ARG(option_bind, "--bind" OR "-b", "
:", "Sets the bind address"); +OPTION_ARG(option_bind, "--bind" OR "-b", "
[:]", "Sets the bind address"); OPTION_ARG(option_protocol, "--protocol" OR "-p", "", "Sets the protocol"); OPTION_ARG(option_method, "--method", "", "Sets the encryption method"); OPTION(option_forward, "--forward", "Enables forwarding of packets between peers; read the documentation before use!"); -- cgit v1.2.3