From 9cb554a7784307d97c20991d90c76d9cf8a12e01 Mon Sep 17 00:00:00 2001 From: Wonil Kim Date: Mon, 28 Apr 2014 11:26:55 +0900 Subject: Fix typo of --oat-fd description in help --oat-fd description in help was copied from --oat-file description. Change-Id: Idbf36018af58db169f6d65382a7602ec950cce99 Signed-off-by: Wonil Kim --- dex2oat/dex2oat.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dex2oat/dex2oat.cc b/dex2oat/dex2oat.cc index ac76c35..c70db14 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=: 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=: specifies a symbolic name for the file corresponding"); UsageError(" to the file descriptor specified by --oat-fd."); -- cgit v1.1