From 5197212d3f04bac3b2d74645f83417bd579ac712 Mon Sep 17 00:00:00 2001 From: exquo <62397152+exquo@users.noreply.github.com> Date: Mon, 22 May 2023 15:35:34 +0000 Subject: [PATCH] Fix TextStyle doc example typo (#1251) --- man/signal-cli.1.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/signal-cli.1.adoc b/man/signal-cli.1.adoc index 56787aee..64e73380 100644 --- a/man/signal-cli.1.adoc +++ b/man/signal-cli.1.adoc @@ -255,7 +255,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!" --mention "10:3:BOLD"` +e.g.: `-m "Something BIG!" --text-style "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. -- 2.50.1