summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dex2oat/dex2oat.cc2
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");
}