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. diff --git a/news/913-uninstaller-cli-option-typo b/news/913-uninstaller-cli-option-typo new file mode 100644 index 000000000..2c2e8f24a --- /dev/null +++ b/news/913-uninstaller-cli-option-typo @@ -0,0 +1,19 @@ +### Enhancements + +* + +### Bug fixes + +* + +### Deprecations + +* + +### Docs + +* Fix typo for the `/RemoveConfigFiles` CLI option in the Windows uninstaller. (#913) + +### Other + +*