1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-15 08:45:09 +00:00

🐛 fix(code formatting): use spaces not tabs

This commit is contained in:
Jean-Jacques Martrès
2026-01-01 18:30:18 +01:00
parent 553bd47127
commit 6c93f9a0e9

2
mole
View File

@@ -257,7 +257,7 @@ show_help() {
printf " %s%-28s%s %s\n" "$GREEN" "mo optimize --whitelist" "$NC" "Manage protected items" 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" printf " %s%-28s%s %s\n" "$GREEN" "mo purge --paths" "$NC" "Configure scan directories"
echo echo
printf " %s%-28s%s %s\n" "$GREEN" "mo completion" "$NC" "Generate shell completion" printf " %s%-28s%s %s\n" "$GREEN" "mo completion" "$NC" "Configure shell completion"
echo echo
printf "%s%s%s\n" "$BLUE" "OPTIONS" "$NC" printf "%s%s%s\n" "$BLUE" "OPTIONS" "$NC"
printf " %s%-28s%s %s\n" "$GREEN" "--debug" "$NC" "Show detailed operation logs" printf " %s%-28s%s %s\n" "$GREEN" "--debug" "$NC" "Show detailed operation logs"