Remove spaces in the console service names
Change-Id: I339449214ab951aba40abfe2a5b3e3ebfb222311
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 @@
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 @@
"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