1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-10 02:04:17 +00:00

chore: Remove --force-rescan option from uninstall command and script.

This commit is contained in:
Tw93
2025-12-29 19:40:09 +08:00
parent 6328bf158d
commit 7485af0bee
3 changed files with 4 additions and 6 deletions

2
mole
View File

@@ -285,7 +285,7 @@ show_help() {
echo
printf " %s%-28s%s %s\n" "$GREEN" "mo clean --dry-run" "$NC" "Preview cleanup"
printf " %s%-28s%s %s\n" "$GREEN" "mo clean --whitelist" "$NC" "Manage protected caches"
printf " %s%-28s%s %s\n" "$GREEN" "mo uninstall --force-rescan" "$NC" "Rescan apps and refresh cache"
printf " %s%-28s%s %s\n" "$GREEN" "mo optimize --whitelist" "$NC" "Manage protected items"
printf " %s%-28s%s %s\n" "$GREEN" "mo purge --paths" "$NC" "Configure scan directories"
echo