mirror of
https://github.com/certbot/certbot.git
synced 2026-04-01 07:05:37 -04:00
Add --chain-path to --help install output. (#7937)
This commit is contained in:
parent
a06d5ac7a1
commit
b06dacdfb5
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ def _paths_parser(helpful):
|
|||
default_cp = flag_default("auth_chain_path")
|
||||
add(["paths", "install"], "--fullchain-path", default=default_cp, type=os.path.abspath,
|
||||
help="Accompanying path to a full certificate chain (certificate plus chain).")
|
||||
add("paths", "--chain-path", default=default_cp, type=os.path.abspath,
|
||||
add(["paths", "install"], "--chain-path", default=default_cp, type=os.path.abspath,
|
||||
help="Accompanying path to a certificate chain.")
|
||||
add("paths", "--config-dir", default=flag_default("config_dir"),
|
||||
help=config_help("config_dir"))
|
||||
|
|
|
|||
Loading…
Reference in a new issue