From 4f946e36897fc67a28a56fb3102994da6857a038 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 2 Sep 2008 00:18:52 +0200 Subject: Update --help text --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 }, -- cgit