aboutsummaryrefslogtreecommitdiffstats
path: root/android/help.c
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2012-04-26 08:20:18 -0700
committerVladimir Chtchetkine <vchtchetkine@google.com>2012-04-30 07:09:45 -0700
commit6f50aa39e741a1d1f3081665d0b7f8d56b7b793c (patch)
treee53c21b1ac6ebe3215c906d0958273e3aecf68ee /android/help.c
parent7756be82baf16d1c9bb65d2f6a9906afb222e0ca (diff)
downloadexternal_qemu-6f50aa39e741a1d1f3081665d0b7f8d56b7b793c.zip
external_qemu-6f50aa39e741a1d1f3081665d0b7f8d56b7b793c.tar.gz
external_qemu-6f50aa39e741a1d1f3081665d0b7f8d56b7b793c.tar.bz2
Add an option to set custom size for cache partition
Change-Id: I1be43697ee04f46c5839c4d23e461d54eefc450f
Diffstat (limited to 'android/help.c')
-rw-r--r--android/help.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/android/help.c b/android/help.c
index c6ffb87..1570160 100644
--- a/android/help.c
+++ b/android/help.c
@@ -585,6 +585,15 @@ help_cache(stralloc_t* out)
}
static void
+help_cache_size(stralloc_t* out)
+{
+ PRINTF(
+ " use '-cache <size>' to specify a /cache partition size in MB. By default,\n"
+ " the cache partition size is set to 66MB\n\n"
+ );
+}
+
+static void
help_no_cache(stralloc_t* out)
{
PRINTF(