remove number from program name (an ancient artifact)

This commit is contained in:
Connor Olding 2021-08-13 03:06:39 -07:00
parent b78081b65d
commit ffbdf50674
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ def ui(program, args):
from asyncio import run
import respodns.checks as chk
name = "respodns6"
name = "respodns"
desc = name + ": test and log DNS records"
parser = ArgumentParser(name, description=desc)