summaryrefslogtreecommitdiff
path: root/src/up-main.c
diff options
context:
space:
mode:
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);