๐Ÿ”ง Where my dotfiles lives in harmony and peace, most of the time

๐Ÿ“ Update maintenance script usage

+1 -2
+1 -2
scripts/run-maintenance-tasks
··· 149 149 while [[ $# -gt 0 ]]; do 150 150 case $1 in 151 151 --help|-h) 152 - echo "Usage: $0 [--with-update] [--help]" 152 + echo "Usage: $0 [--help]" 153 153 echo "" 154 154 echo "Options:" 155 - echo " --with-update Also run system update (paru/pacman)" 156 155 echo " --help, -h Show this help message" 157 156 exit 0 158 157 ;;