diff --git a/jc/parsers/hashsum.py b/jc/parsers/hashsum.py index c89dc0ac..f0f3f8d7 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' + description = 'hashsum command and file parser (md5sum, shasum, etc.)' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' details = 'Parses MD5 and SHA hash program output'