Use the new project name in g_option_context_new

This commit is contained in:
Michael Biebl 2010-02-05 05:10:48 +01:00 committed by Richard Hughes
parent 83c0574466
commit 9852851db1

View file

@ -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);