aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tools
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-07-20 06:29:14 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2017-07-20 06:48:57 +0200
commitf951c31214701c02edaa8272d9cb8453df5b1303 (patch)
tree5fa5f6d1ae4c9888b70078e48c571f050b797bcb /src/tools
parentqemu: warn on all unseeded random usage when in debug mode (diff)
downloadwireguard-monolithic-historical-f951c31214701c02edaa8272d9cb8453df5b1303.tar.xz
wireguard-monolithic-historical-f951c31214701c02edaa8272d9cb8453df5b1303.zip
wg-quick: usage typos
Diffstat (limited to 'src/tools')
-rwxr-xr-xsrc/tools/wg-quick.bash3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/wg-quick.bash b/src/tools/wg-quick.bash
index 243f35d..ff92221 100755
--- a/src/tools/wg-quick.bash
+++ b/src/tools/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
}