Tweak the selinux-overlord usage a little bit
This commit is contained in:
parent
51a383c5d5
commit
55bdf1e19e
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ class SELinuxOverlord(Overlord):
|
|||
|
||||
|
||||
if __name__ == '__main__':
|
||||
parser = OptionParser('usage: %prog [options] [minion1[;minion2]]')
|
||||
parser = OptionParser('usage: %prog [options] [minion(s)]')
|
||||
parser.add_option('-s', '--status', action='store_true', dest='status',
|
||||
help='Display the SELinux status of all minions')
|
||||
parser.add_option('-e', '--enforced-denials', action='store_true',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue