]> nmode's Git Repositories - signal-cli/commitdiff
Add example syntax for a mixed text style (#1367)
authorspezialist1 <spezialist@email.ua>
Mon, 6 Nov 2023 10:58:11 +0000 (12:58 +0200)
committerGitHub <noreply@github.com>
Mon, 6 Nov 2023 10:58:11 +0000 (11:58 +0100)
man/signal-cli.1.adoc

index d72264a87106b707fa56aea35f60a2ffa1961c44..3a28219a4cef5500aea41fd8b1ed42b562407a19 100644 (file)
@@ -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.