local/bin/rmirror: Fix -s (size only) option.

master
Pierre Neidhardt 2020-06-25 11:24:12 +02:00
parent 448170709c
commit 823485a60b
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ while getopts ":ihps" opt; do
p)
opt_dry="" ;;
s)
flags="-lr"
flags="-rlpgoD"
OPT_PROCESS=true ;;
\?)
usage