summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2009-09-18 18:28:53 +0100
committerRichard Hughes <richard@hughsie.com>2009-09-18 18:28:53 +0100
commit1587fc5758f008f99055cb896c75f12769286e3a (patch)
treea0adccceeab54616fc6ff7bd345f55f3200adf5c /tools
parent03b7fff70a0ac1736e933571d638f667a29b3605 (diff)
downloadupower-1587fc5758f008f99055cb896c75f12769286e3a.tar.gz
Convert the property names to be FirstLetterCaps rather than dash-dash so KDE people can use the DBus interface
Diffstat (limited to 'tools')
-rw-r--r--tools/dkp-tool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dkp-tool.c b/tools/dkp-tool.c
index 031e9d5..7d79311 100644
--- a/tools/dkp-tool.c
+++ b/tools/dkp-tool.c
@@ -210,7 +210,7 @@ main (int argc, char **argv)
DkpDevice *device;
const GOptionEntry entries[] = {
- { "verbose", 'v', 0, G_OPTION_ARG_NONE, &verbose, _("Show extra debugging information"), NULL },
+ { "verbose", '\0', 0, G_OPTION_ARG_NONE, &verbose, _("Show extra debugging information"), NULL },
{ "enumerate", 'e', 0, G_OPTION_ARG_NONE, &opt_enumerate, _("Enumerate objects paths for devices"), NULL },
{ "dump", 'd', 0, G_OPTION_ARG_NONE, &opt_dump, _("Dump all parameters for all objects"), NULL },
{ "wakeups", 'w', 0, G_OPTION_ARG_NONE, &opt_wakeups, _("Get the wakeup data"), NULL },