better descriptions for koji-gc SSL options
The current descriptions for koji-gc's SSL options appear to be the result of copy & paste. Update the description for each individual SSL option to match its functionality.
This commit is contained in:
parent
4c9de4896b
commit
332a6d5811
1 changed files with 3 additions and 3 deletions
|
|
@ -88,11 +88,11 @@ def get_options():
|
|||
parser.add_option("--network-hack", action="store_true", default=False,
|
||||
help=_("enable hackish workaround for broken networks"))
|
||||
parser.add_option("--cert", default='/etc/koji-gc/client.crt',
|
||||
help=_("SSL certification file for authentication"))
|
||||
help=_("Client SSL certificate file for authentication"))
|
||||
parser.add_option("--ca", default='/etc/koji-gc/clientca.crt',
|
||||
help=_("SSL certification file for authentication"))
|
||||
help=_("CA cert file that issued the client certificate"))
|
||||
parser.add_option("--serverca", default='/etc/koji-gc/serverca.crt',
|
||||
help=_("SSL certification file for authentication"))
|
||||
help=_("CA cert file that issued the hub certificate"))
|
||||
parser.add_option("-n", "--test", action="store_true", default=False,
|
||||
help=_("test mode"))
|
||||
parser.add_option("-d", "--debug", action="store_true", default=False,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue