1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +02:00

change name from tr to trparse

This commit is contained in:
Kelly Brazil
2020-07-27 10:33:40 -07:00
parent ce24149335
commit c3c5ed11e6

View File

@ -93,7 +93,7 @@ class info():
description = 'traceroute command parser'
author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com'
details = 'Using the tr library by Luis Benitez at https://github.com/lbenitez000/trparse'
details = 'Using the trparse library by Luis Benitez at https://github.com/lbenitez000/trparse'
# compatible options: linux, darwin, cygwin, win32, aix, freebsd
compatible = ['linux', 'darwin', 'freebsd']