mirror of
https://github.com/craigerl/aprsd.git
synced 2025-08-02 21:52:24 -04:00
Merge pull request #137 from jhmartin/mismatched-arguments
Normalize listen --aprs-login
This commit is contained in:
commit
072a1f4430
@ -144,7 +144,7 @@ def listen(
|
|||||||
if not aprs_login:
|
if not aprs_login:
|
||||||
click.echo(ctx.get_help())
|
click.echo(ctx.get_help())
|
||||||
click.echo("")
|
click.echo("")
|
||||||
ctx.fail("Must set --aprs_login or APRS_LOGIN")
|
ctx.fail("Must set --aprs-login or APRS_LOGIN")
|
||||||
ctx.exit()
|
ctx.exit()
|
||||||
|
|
||||||
if not aprs_password:
|
if not aprs_password:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user