mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Minor spelling/grammar fix
This commit is contained in:
parent
fd550d6088
commit
5d843d82ef
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ public class Main {
|
|||
}
|
||||
}
|
||||
if (ns.getList("recipient") != null && !ns.getList("recipient").isEmpty() && ns.getString("group") != null) {
|
||||
System.err.println("You cannot specify recipients by phone number and groups a the same time");
|
||||
System.err.println("You cannot specify recipients by phone number and groups at the same time");
|
||||
System.exit(2);
|
||||
}
|
||||
return ns;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue