Browse Source

removed arguments short flag

tags/v1.0.0
Robin Thoni 7 years ago
parent
commit
93c340e606
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      certbot_pdns/authenticator.py

+ 1
- 1
certbot_pdns/authenticator.py View File

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

Loading…
Cancel
Save