clarify --version behavior on upgrade

eg, git-annex init --version=9 does not use v10 even though v9 can
automatically upgrade to v10, because v9 is a supported version. It's
only unsupported versions that make a newer version be used.
This commit is contained in:
Joey Hess 2022-01-26 13:25:01 -04:00
parent 21e40b86d8
commit d8da64ceea
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -45,8 +45,8 @@ to the user who tries to run git-annex init.
Force the repository to be initialized using a different annex.version
than the current default.
When the version given is one that automatically upgrades to a newer
version, it will automatically use the newer version instead.
When the version given is not supported, but can be automatically
upgraded to a newer version, it will use the newer version instead.
* --autoenable