From 9852851db148df56db8dcae2dda5d93880fe3fe2 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 5 Feb 2010 05:10:48 +0100 Subject: Use the new project name in g_option_context_new --- src/up-main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/up-main.c') diff --git a/src/up-main.c b/src/up-main.c index 1e221d4..493de25 100644 --- a/src/up-main.c +++ b/src/up-main.c @@ -146,7 +146,7 @@ main (gint argc, gchar **argv) g_type_init (); - context = g_option_context_new ("DeviceKit Power Daemon"); + context = g_option_context_new ("upower daemon"); g_option_context_add_main_entries (context, options, NULL); g_option_context_add_group (context, egg_debug_get_option_group ()); g_option_context_parse (context, &argc, &argv, NULL); -- cgit v1.2.1