]> nmode's Git Repositories - signal-cli/commitdiff
Improve daemon deprecation message
authorAsamK <asamk@gmx.de>
Sun, 8 Sep 2024 06:30:08 +0000 (08:30 +0200)
committerAsamK <asamk@gmx.de>
Sun, 8 Sep 2024 06:30:08 +0000 (08:30 +0200)
src/main/java/org/asamk/signal/commands/DaemonCommand.java

index e4a14f4ac975445694a5f67f236277d155b33daf..59c2245ede15bdc6f7f80c0042f4495e5e7b5c07 100644 (file)
@@ -198,7 +198,7 @@ public class DaemonCommand implements MultiLocalCommand, LocalCommand {
                 && httpAddress == null
                 && inheritedChannel == null) {
             logger.warn(
-                    "Running daemon command without explicit mode is deprecated. Use --dbus to use the dbus interface.");
+                    "Running daemon command without explicit mode is deprecated. Use 'daemon --dbus' to use the dbus interface.");
             daemonHandler.runDbus(false, DbusConfig.getBusname());
         }
     }