change description cat module

This commit is contained in:
Alessandro ZANNI 2016-10-05 17:41:27 +02:00
parent 6407de6b7a
commit 25f74172b8
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ __class_name__="cat"
@config(cat="admin")
class cat(PupyModule):
""" remove a file or a directory """
""" show contents of a file """
def init_argparse(self):
self.arg_parser = PupyArgumentParser(prog="cat", description=self.__doc__)