diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-10-16 18:35:03 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-10-16 18:35:03 +0200 |
| commit | 1ab7731e1e48e479767d910784b83e41ee08dfb8 (patch) | |
| tree | aab9cd6e1788de8e8b7a0df593a982c66251125c | |
| parent | 26413f57a266454294f66f636a1d225109a917d0 (diff) | |
| download | allocbench-1ab7731e1e48e479767d910784b83e41ee08dfb8.tar.gz allocbench-1ab7731e1e48e479767d910784b83e41ee08dfb8.zip | |
fix typo in option
| -rwxr-xr-x | summarize.py | 2 |
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='+') |
