Clarify docstring

This commit is contained in:
Erik Johnson 2015-10-08 17:17:17 -05:00
parent 82a51cebde
commit 947ed5f739

View File

@ -313,9 +313,9 @@ def clear_lock(backend=None, remote=None):
Only clear the update lock for the specified backend(s).
remote
If not None, then any remotes which contain the passed string will have
their lock cleared. For example, a ``remote`` value of **github** will
remove the lock from all github.com remotes.
If specified, then any remotes which contain the passed string will
have their lock cleared. For example, a ``remote`` value of **github**
will remove the lock from all github.com remotes.
CLI Example: