From 99768c18eb1ff4a98a4b74e32f79fabe0427c11d Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 8 Nov 2012 09:53:26 +0100 Subject: Fix "can-hibernate" formatting in upower --dump All other field names end with a colon, so that one should, too. --- tools/up-tool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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"); -- cgit v1.2.1