remove number from program name (an ancient artifact)
This commit is contained in:
parent
b78081b65d
commit
ffbdf50674
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ def ui(program, args):
|
||||||
from asyncio import run
|
from asyncio import run
|
||||||
import respodns.checks as chk
|
import respodns.checks as chk
|
||||||
|
|
||||||
name = "respodns6"
|
name = "respodns"
|
||||||
desc = name + ": test and log DNS records"
|
desc = name + ": test and log DNS records"
|
||||||
parser = ArgumentParser(name, description=desc)
|
parser = ArgumentParser(name, description=desc)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue