]> nmode's Git Repositories - signal-cli/commitdiff
Adapt error message for multi-account only commands
authorAsamK <asamk@gmx.de>
Sun, 5 Dec 2021 15:08:14 +0000 (16:08 +0100)
committerAsamK <asamk@gmx.de>
Sun, 5 Dec 2021 15:08:14 +0000 (16:08 +0100)
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,