diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2010-02-11 15:27:24 +0100 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-02-11 15:27:24 +0100 |
commit | a37c07a8cb676486da2787e23734b086fe539506 (patch) | |
tree | e4ce767f5df105032d9166a66aab34168c366ec8 /commitpkg | |
parent | 72a2b4789aba6188003deeb02d35e384e70656f8 (diff) | |
download | devtools32-a37c07a8cb676486da2787e23734b086fe539506.tar.xz |
update comment
Diffstat (limited to 'commitpkg')
-rwxr-xr-x | commitpkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |