mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-07 03:55:22 +00:00
Doc: no-pin instead of non-pin for scheme
This commit is contained in:
parent
a593d27e3d
commit
de13f174c3
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user