mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Clarify docstring
This commit is contained in:
parent
82a51cebde
commit
947ed5f739
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user