[Freeipa-devel] [PATCH] 0023 Fix certprofile doc error

Fraser Tweedale ftweedal at redhat.com
Mon Jun 29 14:48:05 UTC 2015


Attached patch fixes a small error in certprofile plugin
documentation.

Thanks,
Fraser
-------------- next part --------------
From 6de3a4fd9d3d250e09a75721ef7b7f0831c47ea6 Mon Sep 17 00:00:00 2001
From: Fraser Tweedale <ftweedal at redhat.com>
Date: Mon, 29 Jun 2015 10:28:25 -0400
Subject: [PATCH] certprofile: fix doc error

---
 ipalib/plugins/certprofile.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ipalib/plugins/certprofile.py b/ipalib/plugins/certprofile.py
index 5158bf0bb994451eecb55451b944687e74c95ee8..9e1e47e943f5c14a7e7ce418d3fc2d095331a38a 100644
--- a/ipalib/plugins/certprofile.py
+++ b/ipalib/plugins/certprofile.py
@@ -36,7 +36,7 @@ EXAMPLES:
 
   Import a profile that will not store issued certificates:
     ipa certprofile-import ShortLivedUserCert \\
-      --file UserCert.profile --summary "User Certificates" \\
+      --file UserCert.profile --desc "User Certificates" \\
       --store=false
 
   Delete a certificate profile:
-- 
2.1.0



More information about the Freeipa-devel mailing list