diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-09-11 00:11:04 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-09-11 00:11:04 +0200 |
commit | b9d61f78d36bac7b731d7b21e0b06d95dc39506e (patch) | |
tree | 9720c537c7cb8dd8a9ea4ab8c79989412aa3a096 /src/stroke | |
parent | 12e065eacdd419a0bd270f4a1f555072e3852b9c (diff) | |
download | strongswan-b9d61f78d36bac7b731d7b21e0b06d95dc39506e.tar.bz2 strongswan-b9d61f78d36bac7b731d7b21e0b06d95dc39506e.tar.xz |
added PTS debug class
Diffstat (limited to 'src/stroke')
-rw-r--r-- | src/stroke/stroke.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stroke/stroke.c b/src/stroke/stroke.c index 2ed6ccbd4..f6176ee06 100644 --- a/src/stroke/stroke.c +++ b/src/stroke/stroke.c @@ -389,7 +389,7 @@ static void exit_usage(char *error) printf(" where: START and optional END define the clients source IP\n"); printf(" Set loglevel for a logging type:\n"); printf(" stroke loglevel TYPE LEVEL\n"); - printf(" where: TYPE is any|dmn|mgr|ike|chd|job|cfg|knl|net|enc|lib\n"); + printf(" where: TYPE is any|dmn|mgr|ike|chd|job|cfg|knl|net|enc|tnc|imc|imv|pts|tls|lib\n"); printf(" LEVEL is -1|0|1|2|3|4\n"); printf(" Show connection status:\n"); printf(" stroke status\n"); |