mirror of https://github.com/n1nj4sec/pupy.git
change description cat module
This commit is contained in:
parent
6407de6b7a
commit
25f74172b8
|
@ -6,7 +6,7 @@ __class_name__="cat"
|
||||||
|
|
||||||
@config(cat="admin")
|
@config(cat="admin")
|
||||||
class cat(PupyModule):
|
class cat(PupyModule):
|
||||||
""" remove a file or a directory """
|
""" show contents of a file """
|
||||||
|
|
||||||
def init_argparse(self):
|
def init_argparse(self):
|
||||||
self.arg_parser = PupyArgumentParser(prog="cat", description=self.__doc__)
|
self.arg_parser = PupyArgumentParser(prog="cat", description=self.__doc__)
|
||||||
|
|
Loading…
Reference in New Issue