]> nmode's Git Repositories - signal-cli/blobdiff - src/main/java/org/asamk/signal/App.java
Adapt error message for multi-account only commands
[signal-cli] / src / main / java / org / asamk / signal / App.java
index f42fef1e21878f88912332ba027e634def4c02e7..e9f4d79f622ad74ffaee1a85400fe47fab9985ef 100644 (file)
@@ -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,