api: Disambiguate the names of Zulip options

(imported from commit 67525764cc2f2a26081640063e2d78852f6229ca)
This commit is contained in:
Zev Benjamin 2014-02-21 14:11:29 -05:00
parent 314f03a5bb
commit 4db2dab645
3 changed files with 14 additions and 14 deletions

View file

@ -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: