api: Clarify that the API option group is for the Zulip API
(imported from commit e471fb60c04c4cf8d5e1ceb8cbd639dc3460fc48)
This commit is contained in:
parent
6fa0cb3b96
commit
744ca9ac72
|
@ -49,7 +49,7 @@ def _default_client():
|
|||
return "ZulipPython/" + __version__
|
||||
|
||||
def generate_option_group(parser):
|
||||
group = optparse.OptionGroup(parser, 'API configuration')
|
||||
group = optparse.OptionGroup(parser, 'Zulip API configuration')
|
||||
group.add_option('--site',
|
||||
help="Zulip Enterprise server URI (if using Zulip Enterprise)",
|
||||
default=None)
|
||||
|
|
Loading…
Reference in a new issue