mirror of
https://github.com/meganz/MEGAcmd
synced 2025-08-22 09:57:09 +00:00
15 lines
335 B
Markdown
15 lines
335 B
Markdown
|
### invite
|
||
|
Invites a contact / deletes an invitation
|
||
|
|
||
|
Usage: `invite [-d|-r] dstemail [--message="MESSAGE"]`
|
||
|
<pre>
|
||
|
Options:
|
||
|
-d Deletes invitation
|
||
|
-r Sends the invitation again
|
||
|
--message="MESSAGE" Sends inviting message
|
||
|
|
||
|
Use "showpcr" to browse invitations
|
||
|
Use "ipc" to manage invitations received
|
||
|
Use "users" to see contacts
|
||
|
</pre>
|