Skip to content

Commit 3a3fb63

Browse files
Updated README.creole to reflect changes in a0f488c
1 parent 0f0d13e commit 3a3fb63

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.creole

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ A pure python ping implementation using raw sockets.
1212
=== Usage ===
1313

1414
{{{
15-
usage: python-ping [-h] [-t TIMEOUT] [-c REQUEST_COUNT] [-I] [-s PACKET_SIZE]
16-
[-T]
15+
$ sudo python3 ping.py -h
16+
usage: python-ping [-h] [-t TIMEOUT] [-c REQUEST_COUNT] [-i] [-I]
17+
[-s PACKET_SIZE] [-T]
1718
address
1819
1920
A pure python implementation of the ping protocol. *REQUIRES ROOT*
@@ -28,6 +29,7 @@ optional arguments:
2829
-c REQUEST_COUNT, --request_count REQUEST_COUNT
2930
The number of attempts to make. See --infinite to
3031
attempt requests until stopped.
32+
-i, --infinite Flag to continuously ping a host until stopped.
3133
-I, --ipv6 Flag to use IPv6.
3234
-s PACKET_SIZE, --packet_size PACKET_SIZE
3335
Designate the amount of data to send per packet.

0 commit comments

Comments
 (0)