diff --git a/bonemarketsolver/__main__.py b/bonemarketsolver/__main__.py index 1d58de5..2f1eaad 100644 --- a/bonemarketsolver/__main__.py +++ b/bonemarketsolver/__main__.py @@ -79,7 +79,7 @@ skeleton_parameters.add_argument( ) skeleton_parameters.add_argument( - "-e", "--exhaustion", "--maximum_exhaustion", + "-e", "--exhaustion", "--maximum-exhaustion", type=int, help="maximum exhaustion that skeleton should generate", dest='maximum_exhaustion'