浏览代码

removed arguments short flag

tags/v1.0.0
Robin Thoni 7 年前
父节点
当前提交
93c340e606
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      certbot_pdns/authenticator.py

+ 1
- 1
certbot_pdns/authenticator.py 查看文件

32
 
32
 
33
     @classmethod
33
     @classmethod
34
     def add_parser_arguments(cls, add):
34
     def add_parser_arguments(cls, add):
35
-        add("certbot-pdns-config", "-f", default="/etc/letsencrypt/certbot-pdns.json",
35
+        add("certbot-pdns-config", default="/etc/letsencrypt/certbot-pdns.json",
36
             help="Path to certbot-pdns configuration file")
36
             help="Path to certbot-pdns configuration file")
37
 
37
 
38
     def get_chall_pref(self, domain):  # pragma: no cover
38
     def get_chall_pref(self, domain):  # pragma: no cover

正在加载...
取消
保存