Doc: no-pin instead of non-pin for scheme

This commit is contained in:
Kilian Lieret 2022-08-09 12:16:57 -04:00 committed by GitHub
parent a593d27e3d
commit de13f174c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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