Update docs regarding recent update to salt-key -d

This commit is contained in:
Dave Boucha 2012-10-16 09:31:49 -06:00
parent 4177087097
commit acdbd79652
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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_ = []