Skip to content

Commit b26c521

Browse files
committed
Extend username documentation
Fixes #1886
1 parent eb52380 commit b26c521

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

man/signal-cli.1.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ In json mode this is outputted as a list of objects.
285285
One 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

760760
RECIPIENT::
761761
Specify the recipient.
762+
Use "u:" prefix to specify a username or username link.
762763

763764
*--given-name* GIVEN_NAME, *--name* NAME::
764765
New system given name.
@@ -999,6 +1000,9 @@ signal-cli -a ACCOUNT verify CODE
9991000
Send a message to one or more recipients::
10001001
signal-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+
10021006
Pipe the message content from another process::
10031007
uname -a | signal-cli -a ACCOUNT send --message-from-stdin [RECIPIENT [RECIPIENT ...]]
10041008

0 commit comments

Comments
 (0)