Procházet zdrojové kódy

removed arguments short flag

tags/v1.0.0
Robin Thoni před 7 roky
rodič
revize
93c340e606
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      certbot_pdns/authenticator.py

+ 1
- 1
certbot_pdns/authenticator.py Zobrazit soubor

@@ -32,7 +32,7 @@ to serve all records."""
32 32
 
33 33
     @classmethod
34 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 36
             help="Path to certbot-pdns configuration file")
37 37
 
38 38
     def get_chall_pref(self, domain):  # pragma: no cover

Načítá se…
Zrušit
Uložit