aboutsummaryrefslogtreecommitdiffstats
path: root/android/cmdline-options.h
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-03-01 00:48:52 +0100
committerDavid 'Digit' Turner <digit@android.com>2011-03-01 16:07:28 +0100
commitfd59c330bec77e7b9241e478efb1e1c508480d1d (patch)
tree6066fec2e82862a45479f4620633cca033465808 /android/cmdline-options.h
parentf7cdd20aac6980871eb8161d6eb08ee2c974e3b8 (diff)
downloadexternal_qemu-fd59c330bec77e7b9241e478efb1e1c508480d1d.zip
external_qemu-fd59c330bec77e7b9241e478efb1e1c508480d1d.tar.gz
external_qemu-fd59c330bec77e7b9241e478efb1e1c508480d1d.tar.bz2
Move data partition initialization to core.
Change-Id: I3c2b4668593391026da028194503fc87246e44ba
Diffstat (limited to 'android/cmdline-options.h')
-rw-r--r--android/cmdline-options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/cmdline-options.h b/android/cmdline-options.h
index 1494337..b9105af 100644
--- a/android/cmdline-options.h
+++ b/android/cmdline-options.h
@@ -83,7 +83,7 @@ OPT_FLAG ( no_snapshot_save, "do not auto-save to snapshot on exit: abandon chan
OPT_FLAG ( no_snapshot_load, "do not auto-start from snapshot: perform a full boot" )
OPT_FLAG ( snapshot_list, "show a list of available snapshots" )
OPT_FLAG ( no_snapshot_update_time, "do not do try to correct snapshot time on restore" )
-OPT_FLAG ( wipe_data, "reset the use data image (copy it from initdata)" )
+OPT_FLAG ( wipe_data, "reset the user data image (copy it from initdata)" )
CFG_PARAM( avd, "<name>", "use a specific android virtual device" )
CFG_PARAM( skindir, "<dir>", "search skins in <dir> (default <system>/skins)" )
CFG_PARAM( skin, "<name>", "select a given skin" )