File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ In json mode this is outputted as a list of objects.
285285One or more numbers to check.
286286
287287[--username [USERNAME ...]]::
288- One or more usernames to check.
288+ One or more usernames or username links to check.
289289
290290=== send
291291
@@ -759,6 +759,7 @@ If the contact doesn't exist yet, it will be added.
759759
760760RECIPIENT::
761761Specify the recipient.
762+ Use "u:" prefix to specify a username or username link.
762763
763764*--given-name* GIVEN_NAME, *--name* NAME::
764765New system given name.
@@ -999,6 +1000,9 @@ signal-cli -a ACCOUNT verify CODE
9991000Send a message to one or more recipients::
10001001signal-cli -a ACCOUNT send -m "This is a message" [RECIPIENT [RECIPIENT ...]] [-a [ATTACHMENT [ATTACHMENT ...]]]
10011002
1003+ Send a message to a username (or username link)::
1004+ signal-cli -a ACCOUNT send u:someusername.000 -m "This is a message"
1005+
10021006Pipe the message content from another process::
10031007uname -a | signal-cli -a ACCOUNT send --message-from-stdin [RECIPIENT [RECIPIENT ...]]
10041008
You can’t perform that action at this time.
0 commit comments