Fix a bunch of Zulip Voyager related comments.
(imported from commit 176e875cbc310ba00d6137930ddb718bd68f1866)
This commit is contained in:
parent
3d7c94c1a8
commit
41c2b62da0
8 changed files with 9 additions and 12 deletions
|
@ -97,7 +97,7 @@ def generate_option_group(parser, prefix=''):
|
|||
group = optparse.OptionGroup(parser, 'Zulip API configuration')
|
||||
group.add_option('--%ssite' % (prefix,),
|
||||
dest="zulip_site",
|
||||
help="Zulip Voyager server URI (if using Zulip Voyager)",
|
||||
help="Zulip server URI",
|
||||
default=None)
|
||||
group.add_option('--%sapi-key' % (prefix,),
|
||||
dest="zulip_api_key",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue