mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 00:00:44 +02:00
tweak comment
This commit is contained in:
+1
-1
@@ -532,7 +532,7 @@ class HelpfulArgumentParser(object):
|
||||
parsed_args = self.parser.parse_args(self.args)
|
||||
parsed_args.func = self.VERBS[self.verb]
|
||||
parsed_args.verb = self.verb
|
||||
parsed_args.renewing = "unknown" # an important config property we don't know until later
|
||||
parsed_args.renewing = "unknown" # used for the User Agent; not known until later
|
||||
|
||||
if self.detect_defaults:
|
||||
return parsed_args
|
||||
|
||||
Reference in New Issue
Block a user