mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Adapt error message for multi-account only commands
This commit is contained in:
parent
c9928043b2
commit
a53bb1c4c6
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue