This commit is contained in:
Auric Vente 2024-07-27 05:16:39 -06:00
parent ad02901ed7
commit a495303339
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ class ArgSpec:
ArgSpec.add_argument( ArgSpec.add_argument(
"speed", "speed",
type=str, type=str,
choices=["fast", "normal", "slow"], choices=["fast", "normal", "slow", "paused"],
info="Use this update speed", info="Use this update speed",
) )