Merge pull request #137 from jhmartin/mismatched-arguments

Normalize listen --aprs-login
This commit is contained in:
Walter A. Boring IV 2023-10-28 19:39:09 -04:00 committed by GitHub
commit 072a1f4430
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ def listen(
if not aprs_login:
click.echo(ctx.get_help())
click.echo("")
ctx.fail("Must set --aprs_login or APRS_LOGIN")
ctx.fail("Must set --aprs-login or APRS_LOGIN")
ctx.exit()
if not aprs_password: