summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-08-24 13:51:35 -0700
committerJason A. Donenfeld <Jason@zx2c4.com>2018-08-28 23:20:13 -0600
commitbdd10f6fa8cd304e5bf9394fe0ae390a817cdac2 (patch)
treecee3c60dce22e66e0d4b88b575a8417482caccd4
parentcompat: rng_is_initialized made it into 4.19 (diff)
downloadwireguard-monolithic-historical-bdd10f6fa8cd304e5bf9394fe0ae390a817cdac2.tar.xz
wireguard-monolithic-historical-bdd10f6fa8cd304e5bf9394fe0ae390a817cdac2.zip
Kconfig: use new-style help marker
-rw-r--r--src/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 25bcb9d..4dd2503 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -9,7 +9,7 @@ config WIREGUARD
select NEON
select KERNEL_MODE_NEON
default m
- ---help---
+ help
WireGuard is a secure, fast, and easy to use replacement for IPSec
that uses modern cryptography and clever networking tricks. It's
designed to be fairly general purpose and abstract enough to fit most
@@ -22,7 +22,7 @@ config WIREGUARD
config WIREGUARD_DEBUG
bool "Debugging checks and verbose messages"
depends on WIREGUARD
- ---help---
+ help
This will write log messages for handshake and other events
that occur for a WireGuard interface. It will also perform some
extra validation checks and unit tests at various points. This is