aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-10-16 18:35:03 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-10-16 18:35:03 +0200
commit1ab7731e1e48e479767d910784b83e41ee08dfb8 (patch)
treeaab9cd6e1788de8e8b7a0df593a982c66251125c
parent26413f57a266454294f66f636a1d225109a917d0 (diff)
downloadallocbench-1ab7731e1e48e479767d910784b83e41ee08dfb8.tar.gz
allocbench-1ab7731e1e48e479767d910784b83e41ee08dfb8.zip
fix typo in option
-rwxr-xr-xsummarize.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/summarize.py b/summarize.py
index 8b1f80e..261caaa 100755
--- a/summarize.py
+++ b/summarize.py
@@ -100,7 +100,7 @@ def main():
parser = argparse.ArgumentParser(description="Summarize allocbench results in allocator sets")
parser.add_argument("results", help="path to results", type=str)
parser.add_argument("--license", help="print license info and exit", action='store_true')
- parser.add_argument("--versiob", help="print version info and exit", action='store_true')
+ parser.add_argument("--version", help="print version info and exit", action='store_true')
parser.add_argument("-b", "--benchmarks", help="benchmarks to summarize", nargs='+')
parser.add_argument("-x", "--exclude-benchmarks", help="benchmarks to exclude", nargs='+')