From 54bd6026c9100c5d25f1c222906d9bf1913e47c9 Mon Sep 17 00:00:00 2001 From: foefl Date: Fri, 4 Jul 2025 12:38:43 +0200 Subject: [PATCH] more concise description of overwrite option for get cmd --- src/pycage/get.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/pycage/get.py b/src/pycage/get.py index 62d5405..1ed1bff 100644 --- a/src/pycage/get.py +++ b/src/pycage/get.py @@ -124,7 +124,13 @@ def extract_archive( is_flag=True, show_default=True, 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( "-k",