New netconf...
This commit is contained in:
parent
93f24ea86a
commit
0ba0c6d04d
2 changed files with 12 additions and 3 deletions
1
main.cpp
1
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue