about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pyhegp/pyhegp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyhegp/pyhegp.py b/pyhegp/pyhegp.py
index 2a49cbd..3348095 100644
--- a/pyhegp/pyhegp.py
+++ b/pyhegp/pyhegp.py
@@ -218,7 +218,7 @@ def pool_command(pooled_summary_file, summary_files):
 @click.argument("phenotype-file", type=click.File("r"), required=False)
 @click.option("--summary", "-s", "summary_file", type=click.File("rb"),
               help="Summary statistics file")
-@click.option("--key-blocks", "-b", "key_blocks",
+@click.option("--key-blocks", "-b",
               type=click.INT,
               help=("Number of blocks to use in the block diagonal key matrix"
                     "  [default: ceil(number_of_samples/1500)]"))