diff --git a/dotfiles.sh b/dotfiles.sh index edb7f3a..7bf3ff0 100755 --- a/dotfiles.sh +++ b/dotfiles.sh @@ -350,6 +350,10 @@ eval set -- "$parsed" while true; do case "$1" in + -h | --help) + help + exit + ;; -F | --file) if [ -n "$mode" ]; then echo "${b}${red}Error:${n} only one operation may be used at a time." >&2