diff options
author | 2018-04-10 16:36:18 +0000 | |
---|---|---|
committer | 2018-04-10 16:36:18 +0000 | |
commit | 8d2e70ae234d53f825f6876f5b5e75bdfe6729b5 (patch) | |
tree | 1e807b4a3625539b1936cae19b3d2b6f70f26d35 | |
parent | 4705aca6f2abe5b5372eb19f638dfba1f3959713 (diff) | |
parent | 5f71c65f3ed4f728b1083cf85661d0a724504701 (diff) |
Merge "Fix --oat-filename in dex2oat usage message"
-rw-r--r-- | dex2oat/dex2oat.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dex2oat/dex2oat.cc b/dex2oat/dex2oat.cc index d2a8154f22..ac5dd61062 100644 --- a/dex2oat/dex2oat.cc +++ b/dex2oat/dex2oat.cc @@ -752,7 +752,7 @@ class Dex2Oat FINAL { } if ((output_vdex_fd_ == -1) != (oat_fd_ == -1)) { - Usage("VDEX and OAT output must be specified either with one --oat-filename " + Usage("VDEX and OAT output must be specified either with one --oat-file " "or with --oat-fd and --output-vdex-fd file descriptors"); } |