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