1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-15 01:24:29 +02:00

description updates

This commit is contained in:
Kelly Brazil
2020-12-30 11:33:29 -08:00
parent a9be42e303
commit fdedab2a0c
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ import jc.utils
class info(): class info():
version = '1.0' version = '1.0'
description = 'cksum command and file parser' description = 'cksum command parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'
details = 'Parses cksum and sum program output' details = 'Parses cksum and sum program output'

View File

@ -63,7 +63,7 @@ import jc.utils
class info(): class info():
version = '1.0' version = '1.0'
description = 'hashsum command and file parser (md5sum, shasum, etc.)' description = 'hashsum command parser (md5sum, shasum, etc.)'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'
details = 'Parses MD5 and SHA hash program output' details = 'Parses MD5 and SHA hash program output'