Fix a typo in dexanalyze usage info
count_indices -> count-indices
Change-Id: I1bd790a0df9c0434de130c4b2ff091f0cc670cca
diff --git a/tools/dexanalyze/dexanalyze.cc b/tools/dexanalyze/dexanalyze.cc
index 040f41b..f0ce4c4 100644
--- a/tools/dexanalyze/dexanalyze.cc
+++ b/tools/dexanalyze/dexanalyze.cc
@@ -51,7 +51,7 @@
LOG(ERROR)
<< "Usage " << argv[0] << " [options] <dex files>\n"
<< " [options] is a combination of the following\n"
- << " -count_indices (Count dex indices accessed from code items)\n"
+ << " -count-indices (Count dex indices accessed from code items)\n"
<< " -analyze-strings (Analyze string data)\n"
<< " -analyze-debug-info (Analyze debug info)\n"
<< " -new-bytecode (Bytecode optimizations)\n"