diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-05-16 18:47:52 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-05-16 18:47:52 +0200 |
commit | d30df6ff3d13a0a0dc1d4f6271fbdde314acc6a6 (patch) | |
tree | 716e872a68c9b6d70d8ea532facc7f221e10d1a4 | |
parent | 92abe2bd68f6a44e7ecd9c162f7371e1b553fcd0 (diff) | |
download | strongswan-d30df6ff3d13a0a0dc1d4f6271fbdde314acc6a6.tar.bz2 strongswan-d30df6ff3d13a0a0dc1d4f6271fbdde314acc6a6.tar.xz |
stroke: Usage output updated.
-rw-r--r-- | src/stroke/stroke.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/stroke/stroke.c b/src/stroke/stroke.c index 7410f5cab..2ed6ccbd4 100644 --- a/src/stroke/stroke.c +++ b/src/stroke/stroke.c @@ -393,6 +393,10 @@ static void exit_usage(char *error) printf(" LEVEL is -1|0|1|2|3|4\n"); printf(" Show connection status:\n"); printf(" stroke status\n"); + printf(" Show extended status information:\n"); + printf(" stroke statusall\n"); + printf(" Show extended status information without blocking:\n"); + printf(" stroke statusallnb\n"); printf(" Show list of authority and attribute certificates:\n"); printf(" stroke listcacerts|listocspcerts|listaacerts|listacerts\n"); printf(" Show list of end entity certificates, ca info records and crls:\n"); @@ -413,6 +417,8 @@ static void exit_usage(char *error) printf(" stroke purgeike\n"); printf(" Export credentials to the console:\n"); printf(" stroke exportx509 DN\n"); + printf(" Show current memory usage:\n"); + printf(" stroke memusage\n"); printf(" Show leases of a pool:\n"); printf(" stroke leases [POOL [ADDRESS]]\n"); exit_error(error); |