diff options
| -rw-r--r-- | oatdump/oatdump.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oatdump/oatdump.cc b/oatdump/oatdump.cc index d8bafc011a..066c66ac93 100644 --- a/oatdump/oatdump.cc +++ b/oatdump/oatdump.cc @@ -3466,7 +3466,7 @@ struct OatdumpArgs : public CmdlineArgs { " 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" |