From f5eb71f75e5e205674ed8df1e4c6324602fbe733 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Thu, 30 Jun 2016 19:50:09 +0300 Subject: Fix minor typo Reviewed-By: Martin Basti --- ipaserver/plugins/cert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipaserver/plugins/cert.py b/ipaserver/plugins/cert.py index 817bdc26f..4cd2ab096 100644 --- a/ipaserver/plugins/cert.py +++ b/ipaserver/plugins/cert.py @@ -117,7 +117,7 @@ EXAMPLES: Examine a certificate: ipa cert-find --file=cert.pem --all """) + _(""" - Verify that a certificate is owner by a specific user: + Verify that a certificate is owned by a specific user: ipa cert-find --file=cert.pem --user=user """) + _(""" IPA currently immediately issues (or declines) all certificate requests so -- cgit