summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/up-tool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/up-tool.c b/tools/up-tool.c
index 9156010..fcdc28b 100644
--- a/tools/up-tool.c
+++ b/tools/up-tool.c
@@ -139,7 +139,7 @@ up_client_print (UpClient *client)
g_print (" daemon-version: %s\n", daemon_version);
g_print (" can-suspend: %s\n", can_suspend ? "yes" : "no");
- g_print (" can-hibernate %s\n", can_hibernate ? "yes" : "no");
+ g_print (" can-hibernate: %s\n", can_hibernate ? "yes" : "no");
g_print (" on-battery: %s\n", on_battery ? "yes" : "no");
g_print (" on-low-battery: %s\n", on_low_battery ? "yes" : "no");
g_print (" lid-is-closed: %s\n", lid_is_closed ? "yes" : "no");