summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-04-07 23:28:06 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-04-07 23:28:06 +0200
commit71a09318a1f4460c12863287b2ea9b41a40be45f (patch)
tree57ecb277974de5355728e0bb1fc2ee52d2de86e0 /src
parent5d0f2a4623d1edbbece9535f1129386cc2802f53 (diff)
downloadgnutls-71a09318a1f4460c12863287b2ea9b41a40be45f.tar.gz
gnutls-cli: document the method to override the detected ciphers
Diffstat (limited to 'src')
-rw-r--r--src/cli-args.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cli-args.def b/src/cli-args.def
index 9f70f4f8d8..2bd1c9c4a2 100644
--- a/src/cli-args.def
+++ b/src/cli-args.def
@@ -285,7 +285,7 @@ flag = {
flag = {
name = benchmark-ciphers;
descrip = "Benchmark individual ciphers";
- doc = "";
+ doc = "By default the benchmarked ciphers will utilize any capabilities of the local CPU to improve performance. To test against the raw software implementation set the environment variable GNUTLS_CPUID_OVERRIDE to 0x1.";
};
flag = {
@@ -297,7 +297,7 @@ flag = {
flag = {
name = benchmark-tls-ciphers;
descrip = "Benchmark TLS ciphers";
- doc = "";
+ doc = "By default the benchmarked ciphers will utilize any capabilities of the local CPU to improve performance. To test against the raw software implementation set the environment variable GNUTLS_CPUID_OVERRIDE to 0x1.";
};
flag = {