more concise description of overwrite option for get cmd

This commit is contained in:
Florian Förster 2025-07-04 12:38:43 +02:00
parent e37f40722b
commit 54bd6026c9

View File

@ -124,7 +124,13 @@ def extract_archive(
is_flag=True, is_flag=True,
show_default=True, show_default=True,
default=False, default=False,
help="overwrite installation folder instead of deleting", help=(
"overwrite installation with specified Python bundle instead of deleting it, any "
"pre-compiled files are deleted to force the re-comilation of the code by the new "
"Python interpreter. CAUTION: No compatibility checks for the installed packages is "
"done. Therefore, it is not guaranteed that the new installation will work. This "
"option is primarily intented for patch versions of Python."
),
) )
@click.option( @click.option(
"-k", "-k",