Correct long form of exhaustion limit

The argument incorrectly used an underscore as a word separator. This
has been corrected.
This commit is contained in:
Jeremy Saklad 2021-08-03 15:43:00 -05:00
parent 84ad2c1455
commit fad2aa4158
Signed by: Jeremy Saklad
GPG Key ID: 9CA2149583EDBF84
1 changed files with 1 additions and 1 deletions

View File

@ -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'