mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-01 20:10:39 +00:00
Added Quit group option
This commit is contained in:
parent
3828777c71
commit
e33e3ba8f4
1 changed files with 1 additions and 1 deletions
|
@ -550,7 +550,7 @@ public class Main {
|
|||
|
||||
Subparser parserSend = subparsers.addParser("send");
|
||||
parserSend.addArgument("-g", "--group")
|
||||
.help("Specify the recipient group ID. If '-m' parameter is not <CR>CTRL+D<CR> (aka EOF) in order to stop reading from STDIN and send the content");
|
||||
.help("Specify the recipient group ID. If there is no '-m', use <CR>CTRL+D<CR> (aka EOF) in order to stop reading from STDIN and send the content");
|
||||
parserSend.addArgument("recipient")
|
||||
.help("Specify the recipients' phone number.")
|
||||
.nargs("*");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue