commit | a0a2a6c085a6fda2785436663f5c373aa5d43e26 | [log] [tgz] |
---|---|---|
author | TDYa127 <tdy@google.com> | Tue Oct 16 22:47:38 2012 -0700 |
committer | TDYa127 <tdy@google.com> | Tue Oct 16 23:03:18 2012 -0700 |
tree | 6581535fb30fcf5a67c7ad79b5e175cdc5d4db55 | |
parent | bb2177e7f1cb21088a4b30b95f038414441e3e46 [diff] [blame] |
Fix oatdump's usage message. Change-Id: I3d0e1797984ea0ee7c7a4303e959e54a6066809a
diff --git a/src/oatdump.cc b/src/oatdump.cc index b4ba3df..866c180 100644 --- a/src/oatdump.cc +++ b/src/oatdump.cc
@@ -48,7 +48,7 @@ "\n"); fprintf(stderr, " --oat-file=<file.oat>: specifies an input oat filename.\n" - " Example: --image=/system/framework/boot.oat\n" + " Example: --oat-file=/system/framework/boot.oat\n" "\n"); fprintf(stderr, " --image=<file.art>: specifies an input image filename.\n"