mirror of https://github.com/n1nj4sec/pupy.git
changing module description
This commit is contained in:
parent
e5afff9ae1
commit
2077b9c872
|
@ -5,7 +5,7 @@ __class_name__="DNS"
|
||||||
|
|
||||||
@config(cat="admin")
|
@config(cat="admin")
|
||||||
class DNS(PupyModule):
|
class DNS(PupyModule):
|
||||||
""" list system files """
|
""" retrieve domain name from IP and vice versa """
|
||||||
|
|
||||||
def init_argparse(self):
|
def init_argparse(self):
|
||||||
self.arg_parser = PupyArgumentParser(prog="dns", description=self.__doc__)
|
self.arg_parser = PupyArgumentParser(prog="dns", description=self.__doc__)
|
||||||
|
|
Loading…
Reference in New Issue