Commit a37c07a8 authored by Pierre Schmitz's avatar Pierre Schmitz
Browse files

update comment

parent 72a2b478
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ fi
    abort "$s is not under version control"
done) || true

# see if any limit options were passed, we'll send them to SCP
# see if any limit options were passed, we'll send them to rsync
unset rsyncopts
if [ "$1" = "-l" ]; then
    rsyncopts="--bwlimit=$2"