Normalize listen --aprs-login

The click block specifies aprs-login but the error indicated aprs_login
This commit is contained in:
Jason Martin 2023-10-27 23:39:56 +00:00
parent 3e9c3612ba
commit d39ce76475
No known key found for this signature in database
GPG Key ID: D7C1D3B70BFB684B
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: