summaryrefslogtreecommitdiff
path: root/src/up-main.c
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2010-02-05 05:10:48 +0100
committerRichard Hughes <richard@hughsie.com>2010-02-05 08:35:14 +0000
commit9852851db148df56db8dcae2dda5d93880fe3fe2 (patch)
tree17b0455b1b29c12035db8d29305aba24dcd8dc22 /src/up-main.c
parent83c05744662ba510634e85757ae81a84c9bb0432 (diff)
downloadupower-9852851db148df56db8dcae2dda5d93880fe3fe2.tar.gz
Use the new project name in g_option_context_new
Diffstat (limited to 'src/up-main.c')
-rw-r--r--src/up-main.c2
1 files changed, 1 insertions, 1 deletions
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);