Skip to content

Commit

Permalink
added acmedns to CLI choices
Browse files Browse the repository at this point in the history
  • Loading branch information
dnet committed Mar 20, 2018
1 parent 85aabfe commit d111c8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ To see help:
sewer --help

usage: sewer [-h] [--version] [--account_key ACCOUNT_KEY] --dns
{cloudflare,aurora} --domain DOMAIN
{cloudflare,aurora,acmedns} --domain DOMAIN
[--alt_domains [ALT_DOMAINS [ALT_DOMAINS ...]]]
[--bundle_name BUNDLE_NAME] [--endpoint {production,staging}]
[--email EMAIL] --action {run,renew}
Expand Down
2 changes: 1 addition & 1 deletion sewer/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def main():
"--dns",
type=str,
required=True,
choices=['cloudflare', 'aurora'],
choices=['cloudflare', 'aurora', 'acmedns'],
help="The name of the dns provider that you want to use.")
parser.add_argument(
"--domain",
Expand Down

0 comments on commit d111c8a

Please sign in to comment.