mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Merge pull request #3172 from jxltom/update-doc-on-skip-lock-option
Update skip lock option help info since it is used in several operations
This commit is contained in:
@@ -126,7 +126,7 @@ def skip_lock_option(f):
|
||||
state.installstate.skip_lock = value
|
||||
return value
|
||||
return option("--skip-lock", is_flag=True, default=False, expose_value=False,
|
||||
help=u"Ignore locking mechanisms when installing—use the Pipfile, instead.",
|
||||
help=u"Skip locking mechanisms and use the Pipfile instead during operation.",
|
||||
callback=callback, type=click.types.BOOL)(f)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user