mirror of
https://github.com/craigerl/aprsd.git
synced 2024-11-25 09:28:38 -05:00
Normalize listen --aprs-login
The click block specifies aprs-login but the error indicated aprs_login
This commit is contained in:
parent
3e9c3612ba
commit
d39ce76475
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user