diff options
Diffstat (limited to 'ipalib/plugins/selinuxusermap.py')
-rw-r--r-- | ipalib/plugins/selinuxusermap.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/selinuxusermap.py b/ipalib/plugins/selinuxusermap.py index ee9a8133..e33e1016 100644 --- a/ipalib/plugins/selinuxusermap.py +++ b/ipalib/plugins/selinuxusermap.py @@ -65,7 +65,7 @@ EXAMPLES: SEEALSO: The list controlling the order in which the SELinux user map is applied - and the default SELinux user are available in the config-show commond. + and the default SELinux user are available in the config-show command. """) notboth_err = _('HBAC rule and local members cannot both be set') |