mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix ipa-server-certinstall usage string.
https://fedorahosted.org/freeipa/ticket/3869
This commit is contained in:
committed by
Petr Viktorin
parent
fc8f0ae3ad
commit
3c9261699a
@@ -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."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user