From 1ab7731e1e48e479767d910784b83e41ee08dfb8 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Wed, 16 Oct 2019 18:35:03 +0200 Subject: fix typo in option --- summarize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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='+') -- cgit v1.2.3