mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-15 01:24:29 +02:00
description updates
This commit is contained in:
@ -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'
|
||||||
|
@ -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'
|
||||||
|
Reference in New Issue
Block a user