From a473d81826d44905bc0d7ec8c9b39aef1cf87fb7 Mon Sep 17 00:00:00 2001 From: Vladimir Chtchetkine Date: Wed, 26 Jan 2011 08:53:05 -0800 Subject: Remove spaces in the console service names Change-Id: I339449214ab951aba40abfe2a5b3e3ebfb222311 --- android/console.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'android/console.c') diff --git a/android/console.c b/android/console.c index 9382e8d..81c2efe 100644 --- a/android/console.c +++ b/android/console.c @@ -2686,7 +2686,7 @@ static const CommandDefRec qemu_commands[] = NULL, do_qemu_monitor, NULL }, #ifdef CONFIG_STANDALONE_CORE - { "attach UI", "attach UI to the core", + { "attach-UI", "attach UI to the core", "Attach UI to the core\r\n", NULL, do_attach_ui, NULL }, @@ -2694,15 +2694,15 @@ static const CommandDefRec qemu_commands[] = "Create framebuffer service\r\n", NULL, do_create_framebuffer_service, NULL }, - { "user events", "create user events service", + { "user-events", "create user events service", "Create user events service\r\n", NULL, do_create_user_events_service, NULL }, - { "ui-core control", "create UI control service", + { "ui-core-control", "create UI control service", "Create UI control service\r\n", NULL, do_create_ui_core_ctl_service, NULL }, - { "core-ui control", "create UI control service", + { "core-ui-control", "create UI control service", "Create UI control service\r\n", NULL, do_create_core_ui_ctl_service, NULL }, #endif // CONFIG_STANDALONE_CORE -- cgit v1.1