summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Michael Brummer <jan.brummer@tabos.org>2023-03-28 09:31:42 +0200
committerJan-Michael Brummer <jan.brummer@tabos.org>2023-03-28 09:31:42 +0200
commitb85a776d60562e40841f6293be27054c6c51e373 (patch)
tree316da9f0762022095a178cc0ff91567033af885a
parent755b771d95f20790c390cf5ddaab5379b738dc8b (diff)
downloadlibproxy-git-b85a776d60562e40841f6293be27054c6c51e373.tar.gz
Update replace option description
-rw-r--r--src/backend/dbus/dbus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/dbus/dbus.c b/src/backend/dbus/dbus.c
index e1e97aa..0b30ccf 100644
--- a/src/backend/dbus/dbus.c
+++ b/src/backend/dbus/dbus.c
@@ -30,7 +30,7 @@ static gboolean use_system;
static GApplication *app;
const GOptionEntry options[] = {
- { "replace", 'r', 0, G_OPTION_ARG_NONE, &replace, "Replace old daemon.", NULL },
+ { "replace", 'r', 0, G_OPTION_ARG_NONE, &replace, "Replace running daemon.", NULL },
{ "system", 's', 0, G_OPTION_ARG_NONE, &use_system, "Use system bus.", NULL },
{ NULL }
};