api: Disambiguate the names of Zulip options
(imported from commit 67525764cc2f2a26081640063e2d78852f6229ca)
This commit is contained in:
parent
314f03a5bb
commit
4db2dab645
3 changed files with 14 additions and 14 deletions
|
@ -47,7 +47,7 @@ parser.add_option_group(zulip.generate_option_group(parser))
|
|||
|
||||
(options, args) = parser.parse_args()
|
||||
|
||||
if not (options.user and options.calendar):
|
||||
if not (options.zulip_email and options.calendar):
|
||||
parser.error('You must specify --user and --calendar')
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue