From: Jason A. Donenfeld Date: Thu, 20 Jul 2017 04:29:14 +0000 (+0200) Subject: wg-quick: usage typos X-Git-Tag: v1.0.20191226~233 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=077dac0514a650cc92501ecb8a07a0b297e6f331;p=thirdparty%2Fwireguard-tools.git wg-quick: usage typos Signed-off-by: Jason A. Donenfeld --- diff --git a/src/wg-quick.bash b/src/wg-quick.bash index 243f35d..ff92221 100755 --- a/src/wg-quick.bash +++ b/src/wg-quick.bash @@ -211,13 +211,14 @@ cmd_usage() { - Address: may be specified one or more times and contains one or more IP addresses (with an optional CIDR mask) to be set for the interface. + - MTU: an optional MTU for the interface; if unspecified, auto-calculated. - PreUp, PostUp, PreDown, PostDown: script snippets which will be executed by bash(1) at the corresponding phases of the link, most commonly used to configure DNS. The string \`%i' is expanded to INTERFACE. - SaveConfig: if set to \`true', the configuration is saved from the current state of the interface upon shutdown. - See wg-quick(8) for more info and examples. + See wg-quick(8) for more info and examples. _EOF }