Merge pull request #325 from klieret/no-pin-doc-improvement

Doc: no-pin instead of non-pin for scheme
This commit is contained in:
Jonas Eschle 2025-04-07 17:45:23 +02:00 committed by GitHub
commit 34163de8d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ Options:
--clean <file> Clean up requirements.txt by removing modules
that are not imported in project
--mode <scheme> Enables dynamic versioning with <compat>,
<gt> or <non-pin> schemes.
<gt> or <no-pin> schemes.
<compat> | e.g. Flask~=1.1.2
<gt> | e.g. Flask>=1.1.2
<no-pin> | e.g. Flask