mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-06 15:44:19 +01:00
Adapt error message for multi-account only commands
This commit is contained in:
@@ -196,7 +196,7 @@ public class App {
|
||||
}
|
||||
|
||||
if (!(command instanceof LocalCommand)) {
|
||||
throw new UserErrorException("Command only works via dbus");
|
||||
throw new UserErrorException("Command only works in multi-account mode");
|
||||
}
|
||||
|
||||
handleLocalCommand((LocalCommand) command,
|
||||
|
||||
Reference in New Issue
Block a user