mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-26 02:24:21 +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