aboutsummaryrefslogtreecommitdiffstats
path: root/android/help.c
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2012-03-16 12:25:23 -0700
committerVladimir Chtchetkine <vchtchetkine@google.com>2012-03-19 08:29:19 -0700
commit863d1010d9c8fa4342b1b0ea860bcfb096806acc (patch)
tree6e6bb1fa3e508f9633586b2a4b9db73ffb97d647 /android/help.c
parenta342edc996e079f2d1a913ec19d25fd1c118af4e (diff)
downloadexternal_qemu-863d1010d9c8fa4342b1b0ea860bcfb096806acc.zip
external_qemu-863d1010d9c8fa4342b1b0ea860bcfb096806acc.tar.gz
external_qemu-863d1010d9c8fa4342b1b0ea860bcfb096806acc.tar.bz2
Cleanup harware properties.
1. Remove unused hw.camera.maxHorizontalPixels, and hw.camera.maxVerticalPixels parameters. 2. Combine hw.touchScreen, and hw.multiTouch under one property: hw.screen Change-Id: I3cdf64f7d7e46486110cbc0769f9d98a61f0bea5
Diffstat (limited to 'android/help.c')
-rw-r--r--android/help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/help.c b/android/help.c
index db46d21..db630e0 100644
--- a/android/help.c
+++ b/android/help.c
@@ -1497,7 +1497,7 @@ help_screen(stralloc_t* out)
" touch -> emulate a touch screen\n"
" multi-touch -> emulate a multi-touch screen\n"
- " off -> disable touch and multi-touch screen emulation\n\n"
+ " no-touch -> disable touch and multi-touch screen emulation\n\n"
" Default mode for screen emulation is 'touch'.\n\n"
);