diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-08-02 18:15:50 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-08-02 18:15:50 +0200 |
commit | 889a62a8d41cf58beffbdacac741ebc2defe7b6b (patch) | |
tree | 9d01a279d7ae75d19f542752cedc8ae39dab1761 /src/whack/whack.c | |
parent | caa451557f02adbe67c530c66a324de616980785 (diff) | |
download | strongswan-889a62a8d41cf58beffbdacac741ebc2defe7b6b.tar.bz2 strongswan-889a62a8d41cf58beffbdacac741ebc2defe7b6b.tar.xz |
pluto: --debug-kernel aliasing was not fully complete.
Diffstat (limited to 'src/whack/whack.c')
-rw-r--r-- | src/whack/whack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/whack/whack.c b/src/whack/whack.c index ac2d3ea40..5b2dc471b 100644 --- a/src/whack/whack.c +++ b/src/whack/whack.c @@ -176,7 +176,7 @@ static void help(void) " \\\n " " [--debug-control]" " [--debug-lifecycle]" - " [--debug-klips]" + " [--debug-kernel]" " [--debug-dns]" " \\\n " " [--debug-natt]" |