mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-02 20:40:38 +00:00
Improve error messages when daemon is already running
This commit is contained in:
parent
90c787f8e2
commit
ccce539843
3 changed files with 17 additions and 19 deletions
|
@ -29,8 +29,8 @@ public class Commands {
|
|||
addCommand(new RegisterCommand());
|
||||
addCommand(new RemoveContactCommand());
|
||||
addCommand(new RemoveDeviceCommand());
|
||||
addCommand(new RemoteDeleteCommand());
|
||||
addCommand(new RemovePinCommand());
|
||||
addCommand(new RemoteDeleteCommand());
|
||||
addCommand(new SendCommand());
|
||||
addCommand(new SendContactsCommand());
|
||||
addCommand(new SendReactionCommand());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue