mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
tweak comment
This commit is contained in:
parent
23a2ecb36e
commit
c35ca9775b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue