summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2008-07-24 17:39:00 +0100
committerRichard Hughes <richard@hughsie.com>2008-07-24 17:39:00 +0100
commit75ecbba1947d21f8de076343372ca9729316b86f (patch)
tree43b55d30605ae0c6d4f69e736b6ee4620be070d4 /tools
parent2a09a8062afc2a5947cb9ef5b0b1c2a57d1efdbb (diff)
downloadupower-75ecbba1947d21f8de076343372ca9729316b86f.tar.gz
fixup a few places where we mention a disk daemon to a power daemon
Diffstat (limited to 'tools')
-rw-r--r--tools/devkit-power.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/devkit-power.c b/tools/devkit-power.c
index de79957..b22bf4f 100644
--- a/tools/devkit-power.c
+++ b/tools/devkit-power.c
@@ -312,7 +312,7 @@ main (int argc, char **argv)
unsigned int n;
static GOptionEntry entries [] = {
{ "enumerate", 0, 0, G_OPTION_ARG_NONE, &opt_enumerate, "Enumerate objects paths for devices", NULL },
- { "monitor", 0, 0, G_OPTION_ARG_NONE, &opt_monitor, "Monitor activity from the disk daemon", NULL },
+ { "monitor", 0, 0, G_OPTION_ARG_NONE, &opt_monitor, "Monitor activity from the power daemon", NULL },
{ "monitor-detail", 0, 0, G_OPTION_ARG_NONE, &opt_monitor_detail, "Monitor with detail", NULL },
{ "show-info", 0, 0, G_OPTION_ARG_STRING, &opt_show_info, "Show information about object path", NULL },
{ NULL }