summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2014-04-28 04:23:00 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-04-28 04:23:01 +0000
commitbf25f7e3a007ecfe4b2bcfa0a9abcb784ff54e26 (patch)
tree6e53daa44e2c03ce13c9a29d38fdbfdc79c2cb08
parent0db6d06d1e4dec2ac36ca9c085876eea40d46a50 (diff)
parent9cb554a7784307d97c20991d90c76d9cf8a12e01 (diff)
downloadart-bf25f7e3a007ecfe4b2bcfa0a9abcb784ff54e26.zip
art-bf25f7e3a007ecfe4b2bcfa0a9abcb784ff54e26.tar.gz
art-bf25f7e3a007ecfe4b2bcfa0a9abcb784ff54e26.tar.bz2
Merge "Fix typo of --oat-fd description in help"
-rw-r--r--dex2oat/dex2oat.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dex2oat/dex2oat.cc b/dex2oat/dex2oat.cc
index d4ad3c6..d3e56da 100644
--- a/dex2oat/dex2oat.cc
+++ b/dex2oat/dex2oat.cc
@@ -110,7 +110,7 @@ static void Usage(const char* fmt, ...) {
UsageError(" Example: --oat-file=/system/framework/boot.oat");
UsageError("");
UsageError(" --oat-fd=<number>: specifies the oat output destination via a file descriptor.");
- UsageError(" Example: --oat-file=/system/framework/boot.oat");
+ UsageError(" Example: --oat-fd=6");
UsageError("");
UsageError(" --oat-location=<oat-name>: specifies a symbolic name for the file corresponding");
UsageError(" to the file descriptor specified by --oat-fd.");