oatdump: Improve documentation of option `--app-image`.
Make it more clear what extra options must be passed to
oatdump in order to use option `--app-image`.
Test: mmma art
Change-Id: I51c4879963e55093be67e24598b67ab884a18360
diff --git a/oatdump/oatdump.cc b/oatdump/oatdump.cc
index d8bafc0..066c66a 100644
--- a/oatdump/oatdump.cc
+++ b/oatdump/oatdump.cc
@@ -3466,7 +3466,7 @@
" Example: --image=/system/framework/boot.art\n"
"\n"
" --app-image=<file.art>: specifies an input app image. Must also have a specified\n"
- " boot image and app oat file.\n"
+ " boot image (with --image) and app oat file (with --app-oat).\n"
" Example: --app-image=app.art\n"
"\n"
" --app-oat=<file.odex>: specifies an input app oat.\n"