summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-05-06 00:05:11 +0000
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-05-06 00:05:11 +0000
commit0ba0c6d04d69f50292dd18e913a447ee70d92db7 (patch)
tree5d9d166079adab7945320f4cb6fa7abfca59cd2a /main.cpp
parent93f24ea86a1291cf653a8e4621a474a32430bd0e (diff)
downloadinfinitytier-0ba0c6d04d69f50292dd18e913a447ee70d92db7.tar.gz
infinitytier-0ba0c6d04d69f50292dd18e913a447ee70d92db7.zip
New netconf...
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index 6e9bf5db..2d93b49e 100644
--- a/main.cpp
+++ b/main.cpp
@@ -189,6 +189,7 @@ static void printHelp(FILE *out,const char *pn)
fprintf(out," getpublic <identity.secret>"ZT_EOL_S);
fprintf(out," sign <identity.secret> <file>"ZT_EOL_S);
fprintf(out," verify <identity.secret/public> <file> <signature>"ZT_EOL_S);
+ fprintf(out," mkcom <identity.secret> [<id,value,maxDelta> ...] (hexadecimal integers)"ZT_EOL_S);
}
static Identity getIdFromArg(char *arg)