mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-04-03 05:40:34 +02:00
Use the new project name in g_option_context_new
This commit is contained in:
parent
83c0574466
commit
9852851db1
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue