summaryrefslogtreecommitdiffstats
path: root/commitpkg
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2010-02-11 15:27:24 +0100
committerPierre Schmitz <pierre@archlinux.de>2010-02-11 15:27:24 +0100
commita37c07a8cb676486da2787e23734b086fe539506 (patch)
treee4ce767f5df105032d9166a66aab34168c366ec8 /commitpkg
parent72a2b4789aba6188003deeb02d35e384e70656f8 (diff)
downloaddevtools-a37c07a8cb676486da2787e23734b086fe539506.tar.gz
devtools-a37c07a8cb676486da2787e23734b086fe539506.tar.xz
update comment
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"