diff options
author | http://nicolas-schodet.myopenid.com/ <http://nicolas-schodet.myopenid.com/@web> | 2011-10-29 01:01:38 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-10-29 01:01:38 +0000 |
commit | aeb4e285eb2b3b880ab6b91c5b1f7fa29d7182cb (patch) | |
tree | 2fecc9363bcc6c662a9dd63e4d121fb70e8fe8c3 /doc/git-annex.mdwn | |
parent | ab738a403a0b5f34b9c679c6c9a92b279babdf42 (diff) |
as far as I know, --bwlimit does not accept unit, it always takes kilobytes
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index dc0b49ab2..27b4cead8 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -542,7 +542,7 @@ Here are all the supported configuration settings. * `remote.<name>.annex-bup-split-options` Options to pass to bup split when storing content in this remote. - For example, to limit the bandwidth to 100Kbye/s, set it to "--bwlimit 100k" + For example, to limit the bandwidth to 100Kbye/s, set it to "--bwlimit 100" (There is no corresponding option for bup join.) * `annex.ssh-options`, `annex.rsync-options`, `annex.bup-split-options` |