aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2014-02-05 12:06:46 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2014-02-05 12:06:46 +0100
commit0edd13b6c85af9baa2d870e82b796f11c5020857 (patch)
tree2f8318e382106a1ab31aaeceb8ef0c1ecc5c9c9c /src
parent24f59868c49cc7fb3d05d2c2b4b1268dc8d9fb59 (diff)
downloadstrongswan-0edd13b6c85af9baa2d870e82b796f11c5020857.tar.bz2
strongswan-0edd13b6c85af9baa2d870e82b796f11c5020857.tar.xz
Document ipsec attest --session command
Diffstat (limited to 'src')
-rw-r--r--src/libpts/plugins/imv_attestation/attest_usage.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/libpts/plugins/imv_attestation/attest_usage.c b/src/libpts/plugins/imv_attestation/attest_usage.c
index 324fcafc3..8f4afdbad 100644
--- a/src/libpts/plugins/imv_attestation/attest_usage.c
+++ b/src/libpts/plugins/imv_attestation/attest_usage.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 Andreas Steffen
+ * Copyright (C) 2011-2014 Andreas Steffen
* HSR Hochschule fuer Technik Rapperswil
*
* This program is free software; you can redistribute it and/or modify it
@@ -24,7 +24,7 @@ void usage(void)
{
printf("\
Usage:\n\
- ipsec attest --components|--devices|--files|--hashes|--keys [options]\n\
+ ipsec attest --components|--devices|--sessions|--files|--hashes|--keys [options]\n\
\n\
ipsec attest --measurements|--packages|--products|--add|--del [options]\n\
\n\
@@ -35,6 +35,9 @@ Usage:\n\
ipsec attest --devices [--utc]\n\
Show a list of registered devices and associated collected information\n\
\n\
+ ipsec attest --sessions [--utc]\n\
+ Show a chronologically sorted list of all TNC sessions\n\
+ \n\
ipsec attest --files [--product <name>|--pid <id>]\n\
Show a list of files with a software product name or\n\
its primary key as an optional selector.\n\