diff --git a/symclone.sh b/symclone.sh index 835ae6c..c39b46b 100755 --- a/symclone.sh +++ b/symclone.sh @@ -44,7 +44,7 @@ usage() { exit 1 } # Check if both arguments are provided -if [[ -z "$SRC_DIR" || -z "$DEST_DIR" ]]; then +if [[ -z "$SRC_DIR" || -z "$DEST_DIR" || "$1" == '--help' ]]; then usage fi