Skip to content
Snippets Groups Projects
Commit 029fd231 authored by Josh Brooks's avatar Josh Brooks
Browse files

Update README

parent 6a0f4fb6
No related branches found
No related tags found
2 merge requests!170Release,!147Implement Delete requests functions for auth store
...@@ -160,7 +160,10 @@ Available Commands: ...@@ -160,7 +160,10 @@ Available Commands:
Flags: Flags:
--accept-channel Accept the channel request for the corresponding recipient ID --accept-channel Accept the channel request for the corresponding recipient ID
--auth-timeout uint The number of seconds to wait for an authentication channelto confirm (default 120) --auth-timeout uint The number of seconds to wait for an authentication channelto confirm (default 120)
--delete-all-requests Delete the all contact requests, both sent and received.
--delete-channel Delete the channel information for the corresponding recipient ID --delete-channel Delete the channel information for the corresponding recipient ID
--delete-receive-requests Delete the all received contact requests.
--delete-sent-requests Delete the all sent contact requests.
--destfile string Read this contact file for the destination id --destfile string Read this contact file for the destination id
-d, --destid string ID to send message to (if below 40, will be precanned. Use '0x' or 'b64:' for hex and base64 representations) (default "0") -d, --destid string ID to send message to (if below 40, will be precanned. Use '0x' or 'b64:' for hex and base64 representations) (default "0")
--e2eMaxKeys uint Max keys used before blocking until a rekey completes (default 800) --e2eMaxKeys uint Max keys used before blocking until a rekey completes (default 800)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment