From 698d9252a50b05bbe9a9ad53b912f9e14f0e8c30 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 30 Aug 2024 12:06:45 -0400 Subject: [PATCH] mention sizebalanced as well as balanced --- doc/git-annex-common-options.mdwn | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/git-annex-common-options.mdwn b/doc/git-annex-common-options.mdwn index c978c96bbc..37e2e0aaf7 100644 --- a/doc/git-annex-common-options.mdwn +++ b/doc/git-annex-common-options.mdwn @@ -79,8 +79,10 @@ Most of these options are accepted by all git-annex commands. * `--rebalance` Changes the behavior of the "balanced" preferred content expression - to be the same as "fullbalanced". When that expression is used, - this can cause a lot of work to be done to rebalance repositories. + to be the same as "fullbalanced" and the "sizebalanced" expression + to be the same as "fullsizebalanced". When those expressions are + used, this can cause a lot of work to be done to rebalance + repositories. * `--time-limit=time`