summaryrefslogtreecommitdiff
path: root/one.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-07-31 09:50:55 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-07-31 09:50:55 -0700
commitfacb009a1dbed53ac722180aec1250bbe6334001 (patch)
treefef50471d32c7c3e78e36ef9a97e97fdb0dc6092 /one.cpp
parent8d09c37140ef589d9e23993e20a080936b90a7aa (diff)
downloadinfinitytier-facb009a1dbed53ac722180aec1250bbe6334001.tar.gz
infinitytier-facb009a1dbed53ac722180aec1250bbe6334001.zip
Add security notice to auto-update info in -h output, and fix a missing paren.
Diffstat (limited to 'one.cpp')
-rw-r--r--one.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/one.cpp b/one.cpp
index f5cf9c00..30d95cb9 100644
--- a/one.cpp
+++ b/one.cpp
@@ -904,7 +904,7 @@ static void printHelp(const char *cn,FILE *out)
fprintf(out,"Licensed under the GNU General Public License v3"ZT_EOL_S""ZT_EOL_S);
std::string updateUrl(OneService::autoUpdateUrl());
if (updateUrl.length())
- fprintf(out,"Automatic update enabled:"ZT_EOL_S" %s"ZT_EOL_S""ZT_EOL_S,updateUrl.c_str());
+ fprintf(out,"Automatic updates enabled:"ZT_EOL_S" %s"ZT_EOL_S" (all updates are securely authenticated by 256-bit ECDSA signature)"ZT_EOL_S""ZT_EOL_S,updateUrl.c_str());
fprintf(out,"Usage: %s [-switches] [home directory]"ZT_EOL_S""ZT_EOL_S,cn);
fprintf(out,"Available switches:"ZT_EOL_S);
fprintf(out," -h - Display this help"ZT_EOL_S);