diff --git a/ezsync b/ezsync index c099801..7436ef0 100755 --- a/ezsync +++ b/ezsync @@ -33,6 +33,9 @@ until [[ -z "${1}" ]]; do EZNOSYNC=${EZNOSYNC+"$EZNOSYNC "}"${1}" fi ;; + -N|--nopush) + EZOPT_NOPUSH=true + ;; -p|--purge) EZOPT_PURGETMP=true ;;