mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Update docs regarding recent update to salt-key -d
This commit is contained in:
parent
4177087097
commit
acdbd79652
@ -49,7 +49,8 @@ Options
|
||||
|
||||
.. option:: -d DELETE, --delete=DELETE
|
||||
|
||||
Delete the named minion key for command execution.
|
||||
Delete the named minion key or minion keys matching a glob for command
|
||||
execution.
|
||||
|
||||
.. option:: -D, --delete-all
|
||||
|
||||
|
@ -279,7 +279,7 @@ class Key(object):
|
||||
|
||||
def _delete_key(self, delete=None):
|
||||
'''
|
||||
Delete a key
|
||||
Delete a key or keys by glob
|
||||
'''
|
||||
# Don't ask for verification if yes is not set
|
||||
del_ = []
|
||||
|
Loading…
Reference in New Issue
Block a user