diff options
author | Joey Hess <joey@kitenet.net> | 2011-10-28 21:24:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-10-28 21:24:24 -0400 |
commit | f65100b408c9b2efe35af340f9438b3e84d69028 (patch) | |
tree | 3a472369032dd2bc764ffb60b09503f5e72e82be /doc | |
parent | aeb4e285eb2b3b880ab6b91c5b1f7fa29d7182cb (diff) |
Revert "as far as I know, --bwlimit does not accept unit, it always takes kilobytes"
This reverts commit aeb4e285eb2b3b880ab6b91c5b1f7fa29d7182cb.
bup's --bwlimit does take a unit, unlike rsync's.
Diffstat (limited to 'doc')
-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 27b4cead8..dc0b49ab2 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 100" + For example, to limit the bandwidth to 100Kbye/s, set it to "--bwlimit 100k" (There is no corresponding option for bup join.) * `annex.ssh-options`, `annex.rsync-options`, `annex.bup-split-options` |