diff options
author | Jan-Michael Brummer <jan.brummer@tabos.org> | 2023-03-28 09:31:42 +0200 |
---|---|---|
committer | Jan-Michael Brummer <jan.brummer@tabos.org> | 2023-03-28 09:31:42 +0200 |
commit | b85a776d60562e40841f6293be27054c6c51e373 (patch) | |
tree | 316da9f0762022095a178cc0ff91567033af885a /src | |
parent | 755b771d95f20790c390cf5ddaab5379b738dc8b (diff) | |
download | libproxy-git-b85a776d60562e40841f6293be27054c6c51e373.tar.gz |
Update replace option description
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/dbus/dbus.c | 2 |
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 } }; |