Skip to content

Commit

Permalink
fix: mistake in logic --help
Browse files Browse the repository at this point in the history
  • Loading branch information
YoEnte committed Jan 17, 2025
1 parent cae9778 commit 1c79735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/socha/starter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit 1c79735

Please sign in to comment.