From dde16df77830a4d25f305b03acfe914a984c9bfc Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 17 Jun 2019 15:56:06 -0700 Subject: [PATCH] Fixes #3400. (#7162) The person who wrote this code no longer works on Certbot and regardless of what the intended behavior was, let's document the actual behavior. --- certbot/cli.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/certbot/cli.py b/certbot/cli.py index 3334352db..794242c24 100644 --- a/certbot/cli.py +++ b/certbot/cli.py @@ -751,9 +751,10 @@ class HelpfulArgumentParser(object): """Add a new command line argument. :param topics: str or [str] help topic(s) this should be listed under, - or None for "always documented". The first entry - determines where the flag lives in the "--help all" - output (None -> "optional arguments"). + or None for options that don't fit under a specific + topic which will only be shown in "--help all" output. + The first entry determines where the flag lives in the + "--help all" output (None -> "optional arguments"). :param list *args: the names of this argument flag :param dict **kwargs: various argparse settings for this argument