summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-09-02 00:18:52 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-09-02 00:18:52 +0200
commit4f946e36897fc67a28a56fb3102994da6857a038 (patch)
tree1cc7cc9b0271a1a74b86a5b7f8c8589e3a7d9466 /src/main.c
parent60e1f355b55a07b15553fae33cbf76864f9b843c (diff)
Update --help text
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index cf8f0e4a..02d89967 100644
--- a/src/main.c
+++ b/src/main.c
@@ -826,7 +826,7 @@ static gboolean option_debug = FALSE;
static GOptionEntry options[] = {
{ "nodaemon", 'n', G_OPTION_FLAG_REVERSE,
G_OPTION_ARG_NONE, &option_detach,
- "Don't fork daemon to background" },
+ "Don't run as daemon in background" },
{ "debug", 'd', 0, G_OPTION_ARG_NONE, &option_debug,
"Enable debug information output" },
{ NULL },