diff options
author | 2019-12-13 08:42:30 +0100 | |
---|---|---|
committer | 2019-12-13 16:22:19 +0100 | |
commit | 372152122766ad2ce8d9510cd5b6b0369a85dd75 (patch) | |
tree | 682d82f6ca1c1534e96e074f1580aa37a7253f3c | |
parent | wg-quick: linux: try both iptables(8) and nft(8) on teardown (diff) | |
download | wireguard-monolithic-historical-372152122766ad2ce8d9510cd5b6b0369a85dd75.tar.xz wireguard-monolithic-historical-372152122766ad2ce8d9510cd5b6b0369a85dd75.zip |
tools: adjust wg.8 syntax for consistency in COMMANDS section
Signed-off-by: Kai Haberzettl <khaberz@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | src/tools/man/wg.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/man/wg.8 b/src/tools/man/wg.8 index 043ffb0..ac281bc 100644 --- a/src/tools/man/wg.8 +++ b/src/tools/man/wg.8 @@ -122,7 +122,7 @@ A private key and a corresponding public key may be generated at once by calling $ wg genkey | tee private.key | wg pubkey > public.key .TP \fBhelp\fP -Show usage message. +Shows usage message. .SH CONFIGURATION FILE FORMAT The configuration file format is based on \fIINI\fP. There are two top level sections |