parent
71833e1b88
commit
9ee668d11d
|
|
@ -59,7 +59,7 @@ class ListDnsRecords(Command):
|
||||||
def run(self, ctx, args):
|
def run(self, ctx, args):
|
||||||
if len(args) < 1:
|
if len(args) < 1:
|
||||||
print("Missing domain name argument")
|
print("Missing domain name argument")
|
||||||
self.print_help()
|
self.print_help(ctx)
|
||||||
return
|
return
|
||||||
|
|
||||||
domain = args[0]
|
domain = args[0]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue