From 220f6f69b6f6c109a4e46018553529b74453a02c Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Tue, 27 Aug 2013 16:17:02 +0000 Subject: Fix ipa-server-certinstall usage string. https://fedorahosted.org/freeipa/ticket/3869 --- ipaserver/install/ipa_server_certinstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipaserver') diff --git a/ipaserver/install/ipa_server_certinstall.py b/ipaserver/install/ipa_server_certinstall.py index 24770c40..a9563e09 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] " description = "Install new SSL server certificates." -- cgit