diff --git a/cromulant/argspec.py b/cromulant/argspec.py index 07e1015..141416b 100644 --- a/cromulant/argspec.py +++ b/cromulant/argspec.py @@ -133,7 +133,7 @@ class ArgSpec: ArgSpec.add_argument( "speed", type=str, - choices=["fast", "normal", "slow"], + choices=["fast", "normal", "slow", "paused"], info="Use this update speed", )