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:
parent
84ad2c1455
commit
fad2aa4158
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue