Skip to content

Commit

Permalink
Add example syntax for a mixed text style (#1367)
Browse files Browse the repository at this point in the history
  • Loading branch information
spezialist1 authored Nov 6, 2023
1 parent 699b21f commit 7b899d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/signal-cli.1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ e.g.: `-m "Hi X!" --mention "3:1:+123456789"`
Style parts of the message text (syntax: start:length:STYLE).
Where STYLE is one of: BOLD, ITALIC, SPOILER, STRIKETHROUGH, MONOSPACE

e.g.: `-m "Something BIG!" --text-style "10:3:BOLD"`
e.g.: `-m "Something BIG!" --text-style "10:3:BOLD"` or for a mixed text style `-m "Something BIG!" --text-style "0:9:ITALIC" "10:3:BOLD"`

*--quote-timestamp*::
Specify the timestamp of a previous message with the recipient or group to add a quote to the new message.
Expand Down

0 comments on commit 7b899d1

Please sign in to comment.