From c3c5ed11e68938e35920144406d37ea3b21d63dd Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 27 Jul 2020 10:33:40 -0700 Subject: [PATCH] change name from tr to trparse --- jc/parsers/traceroute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jc/parsers/traceroute.py b/jc/parsers/traceroute.py index 4c2adb44..cad5804f 100644 --- a/jc/parsers/traceroute.py +++ b/jc/parsers/traceroute.py @@ -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']