From: spezialist1 Date: Mon, 6 Nov 2023 10:58:11 +0000 (+0200) Subject: Add example syntax for a mixed text style (#1367) X-Git-Tag: v0.13.0~115 X-Git-Url: https://git.nmode.ca/signal-cli/commitdiff_plain/7b899d185325c2cca1ab404526ec000156d6d7d6 Add example syntax for a mixed text style (#1367) --- diff --git a/man/signal-cli.1.adoc b/man/signal-cli.1.adoc index d72264a8..3a28219a 100644 --- a/man/signal-cli.1.adoc +++ b/man/signal-cli.1.adoc @@ -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.