diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-08-24 13:51:35 -0700 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-08-28 23:20:13 -0600 |
commit | 4e71a11616a7763219e23bd34708751a702c80c7 (patch) | |
tree | 95560865ecb57117e812c08210fc2acf03361b8b /src | |
parent | 9a5f03e08aeda3af222c895f8859e35b483e046f (diff) |
Kconfig: use new-style help marker
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/Kconfig | 4 |
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 |