mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Update documentation
This commit is contained in:
parent
bb78e9aaeb
commit
24069c8277
3 changed files with 39 additions and 3 deletions
|
@ -80,7 +80,7 @@ public class SendCommand implements JsonRpcLocalCommand {
|
|||
.help("Quote with mention of another group member (syntax: start:length:recipientNumber)");
|
||||
subparser.addArgument("--quote-attachment")
|
||||
.nargs("*")
|
||||
.help("Specify the attachments of the original message (syntax: contentType[:filename[:previewFile]], e.g. 'audio/aac' or 'image/png:test.png:/tmp/preview.jpg'.");
|
||||
.help("Specify the attachments of the original message (syntax: contentType[:filename[:previewFile]]), e.g. 'audio/aac' or 'image/png:test.png:/tmp/preview.jpg'.");
|
||||
subparser.addArgument("--quote-text-style")
|
||||
.nargs("*")
|
||||
.help("Quote with style parts of the message text (syntax: start:length:STYLE)");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue