From 85ea3f4965895fe73fd5fcf6bb109fe737b44b13 Mon Sep 17 00:00:00 2001 From: Marco Esters Date: Thu, 12 Dec 2024 09:53:31 -0800 Subject: [PATCH 1/3] Fix typo in RemoveConfigFiles option --- docs/source/cli-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/cli-options.md b/docs/source/cli-options.md index b9fa759fe..97bd1ea8b 100644 --- a/docs/source/cli-options.md +++ b/docs/source/cli-options.md @@ -89,7 +89,7 @@ Windows uninstallers have the following CLI options: - `/RemoveCaches=[0|1]` (only if built with `uninstall_with_conda_exe`): Removes caches such package caches. For details, see the `constructor uninstall` subcommand of the `conda.exe` file. -- `/RemoveConfigFiles=[none|users|system|all]` (only if built with `uninstall_with_conda_exe`): +- `/RemoveConfigFiles=[none|user|system|all]` (only if built with `uninstall_with_conda_exe`): Removes configuration files such as `.condarc` files. `user` removes the files inside the current user's home directory and `system` removes all files outside of that directory. For details, see the `constructor uninstall` subcommand of the `conda.exe` file. From 652d723aea199b148271aae3ddce4a46a5000aee Mon Sep 17 00:00:00 2001 From: Marco Esters Date: Thu, 12 Dec 2024 10:02:38 -0800 Subject: [PATCH 2/3] Add news file --- news/913-uninstaller-cli-option-typo | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 news/913-uninstaller-cli-option-typo diff --git a/news/913-uninstaller-cli-option-typo b/news/913-uninstaller-cli-option-typo new file mode 100644 index 000000000..38e23f062 --- /dev/null +++ b/news/913-uninstaller-cli-option-typo @@ -0,0 +1,19 @@ +### Enhancements + +* + +### Bug fixes + +* + +### Deprecations + +* + +### Docs + +* Fix typo `/RemoveConfigFiles` CLI option in the Windows uninstaller. (#913) + +### Other + +* From 8c39259478ecf0badf312404560097e0453f9ba8 Mon Sep 17 00:00:00 2001 From: Marco Esters Date: Thu, 12 Dec 2024 10:03:17 -0800 Subject: [PATCH 3/3] Fix grammar --- news/913-uninstaller-cli-option-typo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/913-uninstaller-cli-option-typo b/news/913-uninstaller-cli-option-typo index 38e23f062..2c2e8f24a 100644 --- a/news/913-uninstaller-cli-option-typo +++ b/news/913-uninstaller-cli-option-typo @@ -12,7 +12,7 @@ ### Docs -* Fix typo `/RemoveConfigFiles` CLI option in the Windows uninstaller. (#913) +* Fix typo for the `/RemoveConfigFiles` CLI option in the Windows uninstaller. (#913) ### Other