From 1fac7bb63773f1d640e4c1da88426b886f62ed30 Mon Sep 17 00:00:00 2001 From: Jono <jono@privategrity.com> Date: Thu, 18 Jul 2019 09:23:42 -0700 Subject: [PATCH] Update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f9c8a2e61..92fecb3c5 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,8 @@ Optional args: |--dummyfrequency| |How often dummy messages should be sent per second. This flag is likely to be replaced when we implement better dummy message sending.|--dummyfrequency 0.5| |--end2end| |Send messages with E2E encryption to destination user|--end2end| |--keyParams| |Set E2E key generation parameters. Pass values in comma separated list, with the following order: MinKeys,MaxKeys,NumRekeys,TTLScalar,MinNumKeys|--keyParams 100,200,32,1.2,50| +|--email|-E|Email to register for User Discovery (default "default@default.com")|| +|--nick| |Nickname to register for User Discovery (default "Default")|| |--ndfPubKey|-p|Path to the public key for the network definition JSON file| |--ndf|-n|Path to the network definition JSON file| |--ndfVerifySignature| |Specifies if the NDF should be loaded without the signature| -- GitLab