Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1587)

Unified Diff: tools/metrics/histograms/find_unmapped_histograms.py

Issue 2296833003: find_unmapped_histograms.py command-line typo fix (Closed)
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/find_unmapped_histograms.py
diff --git a/tools/metrics/histograms/find_unmapped_histograms.py b/tools/metrics/histograms/find_unmapped_histograms.py
index af5f2900bae67f37f94ecbb07a7c3681cbf35dd1..da70cf820a431c80f18d47944330940d14b3ed62 100644
--- a/tools/metrics/histograms/find_unmapped_histograms.py
+++ b/tools/metrics/histograms/find_unmapped_histograms.py
@@ -336,7 +336,7 @@ def main():
'[optional, defaults to "%s"]' % default_histograms_path,
metavar='FILE')
parser.add_option(
- '--exrta_histograms-file', dest='extra_histograms_file_location',
+ '--extra_histograms-file', dest='extra_histograms_file_location',
default=default_extra_histograms_path,
help='read additional histogram definitions from FILE (relative to '
'--root-directory) [optional, defaults to "%s"]' %
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698