aboutsummaryrefslogtreecommitdiffstats
path: root/android/console.c
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2011-01-26 08:53:05 -0800
committerVladimir Chtchetkine <vchtchetkine@google.com>2011-01-26 08:53:05 -0800
commita473d81826d44905bc0d7ec8c9b39aef1cf87fb7 (patch)
treeaccb2c1de21a54333ef5a2d4c123ffe27c501719 /android/console.c
parentbfeb525bfa291ebafe4d6c4f75197f128620f5f0 (diff)
downloadexternal_qemu-a473d81826d44905bc0d7ec8c9b39aef1cf87fb7.zip
external_qemu-a473d81826d44905bc0d7ec8c9b39aef1cf87fb7.tar.gz
external_qemu-a473d81826d44905bc0d7ec8c9b39aef1cf87fb7.tar.bz2
Remove spaces in the console service names
Change-Id: I339449214ab951aba40abfe2a5b3e3ebfb222311
Diffstat (limited to 'android/console.c')
-rw-r--r--android/console.c8
1 files changed, 4 insertions, 4 deletions
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