X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/bb78e9aaebffd8a891dbf4350cb8f9db02b5eb41..24069c8277cca7f8e94aa3f083980e85dca25269:/src/main/java/org/asamk/signal/commands/SendCommand.java diff --git a/src/main/java/org/asamk/signal/commands/SendCommand.java b/src/main/java/org/asamk/signal/commands/SendCommand.java index 1c3d91ba..51f1fa1e 100644 --- a/src/main/java/org/asamk/signal/commands/SendCommand.java +++ b/src/main/java/org/asamk/signal/commands/SendCommand.java @@ -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)");