aboutsummaryrefslogtreecommitdiff
path: root/options.c
diff options
context:
space:
mode:
authorchantra <chantra@debuntu.org>2011-03-25 10:24:30 +0100
committerDavid Sommerseth <davids@redhat.com>2011-03-25 13:19:06 +0100
commitdc2ccc825c6952546132286c57b193d8bb9daacd (patch)
tree0fb658279114eb8d6364e4a4b11759b3ccd51318 /options.c
parentUse a version-less version identifier on the master branch (diff)
downloadopenvpn-dc2ccc825c6952546132286c57b193d8bb9daacd.tar.xz
Clarify --tmp-dir option
Signed-off-by: chantra <chantra@debuntu.org> Acked-By: David Sommerseth <davids@redhat.com> Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'options.c')
-rw-r--r--options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.c b/options.c
index fca4a8e..f489755 100644
--- a/options.c
+++ b/options.c
@@ -413,7 +413,7 @@ static const char usage_message[] =
"--client-disconnect cmd : Run script cmd on client disconnection.\n"
"--client-config-dir dir : Directory for custom client config files.\n"
"--ccd-exclusive : Refuse connection unless custom client config is found.\n"
- "--tmp-dir dir : Temporary directory, used for --client-connect return file.\n"
+ "--tmp-dir dir : Temporary directory, used for --client-connect return file and plugin communication.\n"
"--hash-size r v : Set the size of the real address hash table to r and the\n"
" virtual address table to v.\n"
"--bcast-buffers n : Allocate n broadcast buffers.\n"