mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Clarify docstring
This commit is contained in:
parent
82a51cebde
commit
947ed5f739
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue