diff --git a/python/socha/starter.py b/python/socha/starter.py index c5a9979..673d1ec 100644 --- a/python/socha/starter.py +++ b/python/socha/starter.py @@ -246,7 +246,7 @@ def _handle_start_args(): parser.add_argument( "--python-version", - help="Specifies the build python version (e.g.: 10 [for python 3.10 - this is standard]).", + help="Specifies the build python version (e.g.: 3.10 - this is standard]).", ) return parser.parse_args()