diff --git a/jc/parsers/cksum.py b/jc/parsers/cksum.py index 1b312362..04d9303f 100644 --- a/jc/parsers/cksum.py +++ b/jc/parsers/cksum.py @@ -48,7 +48,7 @@ import jc.utils class info(): version = '1.0' - description = 'cksum command and file parser' + description = 'cksum command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' details = 'Parses cksum and sum program output' diff --git a/jc/parsers/hashsum.py b/jc/parsers/hashsum.py index f3e5722c..9f7b8612 100644 --- a/jc/parsers/hashsum.py +++ b/jc/parsers/hashsum.py @@ -63,7 +63,7 @@ import jc.utils class info(): version = '1.0' - description = 'hashsum command and file parser (md5sum, shasum, etc.)' + description = 'hashsum command parser (md5sum, shasum, etc.)' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' details = 'Parses MD5 and SHA hash program output'