From 2077b9c872dc68d6deb71abe3889c86c9f27ed1a Mon Sep 17 00:00:00 2001 From: Alessandro ZANNI Date: Fri, 4 Nov 2016 17:54:52 +0100 Subject: [PATCH] changing module description --- pupy/modules/dns.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pupy/modules/dns.py b/pupy/modules/dns.py index d9a61868..89a7c669 100644 --- a/pupy/modules/dns.py +++ b/pupy/modules/dns.py @@ -5,7 +5,7 @@ __class_name__="DNS" @config(cat="admin") class DNS(PupyModule): - """ list system files """ + """ retrieve domain name from IP and vice versa """ def init_argparse(self): self.arg_parser = PupyArgumentParser(prog="dns", description=self.__doc__)