Skip to content

Commit 46afcbf

Browse files
authored
Fixed typo.
1 parent 13917f8 commit 46afcbf

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

ip2trace.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def print_usage():
124124

125125
def print_version():
126126
print(
127-
"IP2Location Geolocation Traceroute (ip2trace) Version 2.2.0\n"
127+
"IP2Location Geolocation Traceroute (ip2trace) Version 2.1.4\n"
128128
"Copyright (c) 2021 IP2Location.com [MIT License]\n"
129129
"https://www.ip2location.com/free/traceroute-application\n")
130130

@@ -197,7 +197,7 @@ def __init__(self, destination_server, database, max_hops, output):
197197
sys.exit()
198198

199199
def print_start(self):
200-
print("IP2Location Geolocation Traceroute (ip2trace) Version 2.1.3\n"
200+
print("IP2Location Geolocation Traceroute (ip2trace) Version 2.1.4\n"
201201
"Copyright (c) 2021 IP2Location.com [MIT License]\n"
202202
"https://www.ip2location.com/free/traceroute-application\n\n")
203203

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ Usage: ip2trace -p [IP ADDRESS/HOSTNAME] -d [IP2LOCATION BIN DATA PATH] [OPTIONS
4242
Traceroute an IP address.
4343

4444
```bash
45-
ip2trace -p 8.8.8.8 -d /usr/share/ip2location/DB3.BIN
45+
ip2trace 8.8.8.8 -d /usr/share/ip2location/DB3.BIN
4646
```
4747

4848
Example output:
4949

5050
```bash
51-
IP2Location Geolocation Traceroute (ip2trace) Version 2.1.3
51+
IP2Location Geolocation Traceroute (ip2trace) Version 2.1.4
5252
Copyright (c) 2021 IP2Location.com [MIT License]
5353
https://www.ip2location.com/free/traceroute-application
5454

@@ -67,13 +67,13 @@ https://www.ip2location.com/free/traceroute-application
6767
Traceroute by hostname
6868

6969
```bash
70-
ip2trace -p google.com -d /usr/share/ip2location/DB3.BIN
70+
ip2trace google.com -d /usr/share/ip2location/DB3.BIN
7171
```
7272

7373
Example output:
7474

7575
```bash
76-
IP2Location Geolocation Traceroute (ip2trace) Version 2.1.3
76+
IP2Location Geolocation Traceroute (ip2trace) Version 2.1.4
7777
Copyright (c) 2021 IP2Location.com [MIT License]
7878
https://www.ip2location.com/free/traceroute-application
7979

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name="IP2Trace",
9-
version="2.1.3",
9+
version="2.1.4",
1010
description="A Python tool to display geolocation information in the traceroute.",
1111
long_description_content_type="text/markdown",
1212
long_description=long_description,

0 commit comments

Comments
 (0)