summaryrefslogtreecommitdiffstats
path: root/commitpkg
diff options
context:
space:
mode:
Diffstat (limited to 'commitpkg')
-rwxr-xr-xcommitpkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/commitpkg b/commitpkg
index c7a8b51..f815646 100755
--- a/commitpkg
+++ b/commitpkg
@@ -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"