Enterprise => Voyager.
(imported from commit 41b9a67301aeaf5fd40bbbb8f34a326ca98431fd)
This commit is contained in:
parent
25dbc68fea
commit
3d7c94c1a8
8 changed files with 10 additions and 10 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 Enterprise server URI (if using Zulip Enterprise)",
|
||||
help="Zulip Voyager server URI (if using Zulip Voyager)",
|
||||
default=None)
|
||||
group.add_option('--%sapi-key' % (prefix,),
|
||||
dest="zulip_api_key",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue