aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/wg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/wg.c')
-rw-r--r--src/tools/wg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/wg.c b/src/tools/wg.c
index 0ec64eb..e1d9a60 100644
--- a/src/tools/wg.c
+++ b/src/tools/wg.c
@@ -19,7 +19,7 @@ static const struct {
{ "setconf", setconf_main, "Applies a configuration file to a WireGuard interface" },
{ "addconf", setconf_main, "Appends a configuration file to a WireGuard interface" },
{ "genkey", genkey_main, "Generates a new private key and writes it to stdout" },
- { "genpsk", genkey_main, "Generates a new pre-shared key and writes it to stdout" },
+ { "genpsk", genkey_main, "Generates a new preshared key and writes it to stdout" },
{ "pubkey", pubkey_main, "Reads a private key from stdin and writes a public key to stdout" }
};