diff options
| -rw-r--r-- | dexlayout/dexlayout_main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dexlayout/dexlayout_main.cc b/dexlayout/dexlayout_main.cc index a851cfae01..78a8dd64ae 100644 --- a/dexlayout/dexlayout_main.cc +++ b/dexlayout/dexlayout_main.cc @@ -46,7 +46,7 @@ static void Usage() { LOG(ERROR) << "Copyright (C) 2016 The Android Open Source Project\n"; LOG(ERROR) << kProgramName << ": [-a] [-c] [-d] [-e] [-f] [-h] [-i] [-l layout] [-o outfile] [-p profile]" - " [-s] [-t] [-v] [-w directory] dexfile...\n"; + " [-s] [-t] [-u] [-v] [-w directory] dexfile...\n"; LOG(ERROR) << " -a : display annotations"; LOG(ERROR) << " -b : build dex_ir"; LOG(ERROR) << " -c : verify checksum and exit"; |