diff --git a/stow.sh b/stow.sh index c4955cb..a43f1d0 100755 --- a/stow.sh +++ b/stow.sh @@ -61,6 +61,10 @@ while getopts "ps" opt; do u) unstow ;; + h) + display_help + exit 0 + ;; \?) display_help exit 1