diff options
author | Jan Cholasta <jcholast@redhat.com> | 2013-08-27 16:17:02 +0000 |
---|---|---|
committer | Petr Viktorin <pviktori@redhat.com> | 2013-08-28 10:20:42 +0200 |
commit | 3c9261699a79bffcb6362aeb03dec36ed588f81e (patch) | |
tree | 09cb13bfa8548f14b31c70b24c563bb251663c0d | |
parent | fc8f0ae3addffcc84f38f363517541ca194011f9 (diff) | |
download | freeipa-3c9261699a79bffcb6362aeb03dec36ed588f81e.tar.gz freeipa-3c9261699a79bffcb6362aeb03dec36ed588f81e.tar.xz freeipa-3c9261699a79bffcb6362aeb03dec36ed588f81e.zip |
Fix ipa-server-certinstall usage string.
https://fedorahosted.org/freeipa/ticket/3869
-rw-r--r-- | ipaserver/install/ipa_server_certinstall.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaserver/install/ipa_server_certinstall.py b/ipaserver/install/ipa_server_certinstall.py index 24770c404..a9563e095 100644 --- a/ipaserver/install/ipa_server_certinstall.py +++ b/ipaserver/install/ipa_server_certinstall.py @@ -37,7 +37,7 @@ CACERT = "/etc/ipa/ca.crt" class ServerCertInstall(admintool.AdminTool): command_name = 'ipa-server-certinstall' - usage = "%prog [options]" + usage = "%prog <-d|-w> [options] <PKCS#12 file>" description = "Install new SSL server certificates." |