Improve error messages when daemon is already running

This commit is contained in:
AsamK 2022-02-13 20:08:02 +01:00
parent 90c787f8e2
commit ccce539843
3 changed files with 17 additions and 19 deletions

View file

@ -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());