From f2f1ed63f5bebaea76039733c1a1aed7d8ff6588 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Fri, 22 Feb 2013 08:48:50 -0500 Subject: Update plugin docstrings (topic help) to reflect dropped CSV support https://fedorahosted.org/freeipa/ticket/3352 --- ipalib/plugins/hbacrule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/plugins/hbacrule.py') diff --git a/ipalib/plugins/hbacrule.py b/ipalib/plugins/hbacrule.py index 8bc4c6df..c36a7881 100644 --- a/ipalib/plugins/hbacrule.py +++ b/ipalib/plugins/hbacrule.py @@ -58,7 +58,7 @@ EXAMPLES: the FTP service on any machine from any machine: ipa hbacsvcgroup-add ftpers ipa hbacsvc-add sftp - ipa hbacsvcgroup-add-member --hbacsvcs=ftp,sftp ftpers + ipa hbacsvcgroup-add-member --hbacsvcs=ftp --hbacsvcs=sftp ftpers ipa hbacrule-add --hostcat=all --srchostcat=all john_ftp ipa hbacrule-add-user --users=john john_ftp ipa hbacrule-add-service --hbacsvcgroups=ftpers john_ftp -- cgit